Company data API: the free and open routes

Every endpoint on this page was live-probed on 2026-07-29 by the Aidenix Atlas catalog.

What is a company data API?

A company data API is an endpoint that returns a structured record about a legal entity — name, status, address, identifiers, ownership — from the body that registered it, and 4 free routes cover most of the ground. In our data — the Aidenix Atlas catalog, every endpoint below live-probed on 2026-07-29 — those routes hold 8,631,371 US state incorporation records, 3,387,186 global LEI records, 10,432 SEC-registered issuers with tickers, and 5M+ UK companies. What separates them from a vendor product:

Your question Free API that answers it Does this company exist?legal name, status, incorporation date State registries (Socrata)8,631,371 records, keyless Is it the same entity abroad?cross-border identity, parent links GLEIF LEI register3,387,186 entities, keyless What are its numbers?revenue, assets, filings, events SEC EDGAR + XBRL10,432 issuers, keyless Who actually owns it?beneficial owners above 25% Companies House PSC5M+ companies, free key
Four company-research questions and the free official API that answers each. Counts live-probed 2026-07-29.

Key facts at a glance

A key-facts table is the 60-second version of this page. In our data: 4 free routes, 3 of them keyless, 17 million records between them. Every row below comes from our own probe run of 2026-07-29, according to the Aidenix Atlas catalog logs:

Question Answer
Routes that need no key 3 of 4 — state registries, GLEIF, SEC EDGAR
US state incorporation records 8,631,371 across 3 live Socrata portals
Global entity identifiers 3,387,186 LEI records, refreshed daily
SEC issuers with tickers 10,432
UK companies 5,000,000+, free key on registration
Beneficial ownership UK only — PSC register, >25% threshold
Contact data (emails, phones) none of these routes carry it
Cost $0 for all four

Which company API answers which question?

A company API route is a single registrar's endpoint with its own identifier space, and picking the wrong one costs a day of joins that never resolve. Contract and counts checked in our probe run of 2026-07-29:

Route Covers Key identifier Auth Live count
US state registriesNY, CO, CT incorporations by state state entity ID none 8,631,371
GLEIF LEI legal entities worldwide 20-char LEI none 3,387,186
SEC EDGAR US public and reporting companies 10-digit CIK none 10,432 tickers
Companies House UK companies, officers, owners 8-char company number free key 5M+

Which route you need follows from the question, not from the API that looks richest:

How do you look up a company for free?

A free company lookup is one HTTP GET with a query parameter — no signup, no key, no client library. According to our probe of 2026-07-29, the GLEIF register answers name searches directly:

curl "https://api.gleif.org/api/v1/lei-records?filter%5Bentity.legalName%5D=Stripe,%20Inc.&page%5Bsize%5D=3"

We ran exactly that on 2026-07-29, and here are the top 3 results as returned, unedited:

LEI Legal name Country Status
549300EXGSL3RJS5DW95 ACCENT STRIPE, INC. US LAPSED
894500EDC64T52PGFL08 STRIPE BE ISSUED
254900VYCQ4K0SLSXF22 STRIPE GLOBAL HOLDINGS INC. US ISSUED

Read what the sample teaches, because it is the whole discipline of registry work in three rows: a paint-industry company, a Belgian entity, and a holding company — and the operating payments business you were looking for is in none of them. Name search returns string matches, not companies. The status field matters as much as the name: LAPSED means the identifier stopped being maintained, so a record can look perfect and describe an entity nobody is filing for anymore.

Why do free company lookups return the wrong company?

Substring matching is the single most expensive failure in company data, and it is invisible until you read the output. We queried the New York state register for TESLA on 2026-07-29 across its 4,254,600 records; the first row it returned:

Entity name as returned Filing date County
10MINUTESLATER FILMS LLC 2021-03-03 Kings
202 TESLA Y LLC 2026-06-08 Albany
210 TESLA LLC 2023-11-08 Queens

A film company called 10minu-TESLA-ter matched, because LIKE '%TESLA%' does not know where words end. In our data this pattern breaks naive pipelines more often than any authentication problem, and the fixes are mechanical:

What free company APIs cannot do

A free registry API is a lookup route with a hard ceiling, and in our data that ceiling has 4 walls. Of the nearly 4,000 sources the Aidenix Atlas catalog tracks, 0 free registry routes carry contact data, and our probe of 2026-07-29 found 1 of the 4 routes on this page partly down. Name the ceiling before you build on it:

Frequently asked questions

Is there a company API with no key at all? Yes — 3 of the 4 routes on this page are fully keyless: US state registries on Socrata, the GLEIF LEI register, and SEC EDGAR. SEC does require a declared User-Agent string with a contact address, and returns 403 without one, which reads as a block but is a courtesy rule.

How current is free company data? GLEIF publishes a golden copy daily — the file we probed on 2026-07-29 carried that same publish date. State registries update on their own filing cadence, typically daily to weekly, and SEC EDGAR appears within minutes of a filing being accepted.

Can I get company revenue from a free API? Only for filers. SEC XBRL returns real reported figures — a single companyfacts call for Apple came back with 503 distinct us-gaap metrics in our 2026-07-29 probe. For a private company, no free or paid source has audited numbers; what vendors sell is a model output.

How we verify these claims

Our verification method is a live probe, not a citation chain — every count and sample on this page comes from requests we sent ourselves on 2026-07-29. What the probe run covers, in our data:


Source facts from the Aidenix Atlas catalog, probed 2026-07-29. Found an error? The catalog re-probes on every report.

Need this at scale? The Aidenix Atlas catalog maps verified data sources with runnable recipes — see the live MCP demo or start free.
Find these guides useful? Add Aidenix as a preferred source on Google — our pages will surface in your AI Overviews.