New Business Registrations API
methodology

Methodology

Data as of 2026-09-05. Republishes new-business registrations from FOUR states' own official open-data registries (CO, CT, NY, OR) for the window each state publishes — NOT a national register, not an official formation statistic, and never a list of people.

One pipeline, two surfaces

This API is a second surface over an existing weekly feed: the same pipeline that builds the $49/month new-business CSV feed fetches, normalizes, gates and validates the records; this site only re-renders its published store as JSON. Nothing is re-derived here — a record in a week file is byte-for-byte the record in the feed.

Sources (official, free, keyless)

Honesty rules (enforced by the pipeline, not prose)

Weeks

ISO 8601 weeks (Monday–Sunday), keyed YYYY-Www. A record’s week is the week of its registration_date as published by the state.

Name lookup keys and sharding

The exact key and the coarse phonetic key (TM-KEY v1) are the fleet trademark API’s published spec, applied unchanged to entity_name: see the full rule table. shard = fnv1a32(key) % 4096, lowercase 3-digit hex; all 4096 files exist in both trees so a missing key is an empty lookup in a present file, never a 404. Each key carries n, the true total in this feed, and at most 100 exact / 50 phonetic records, newest first. A hit means a business by that name registered in a covered state within its window — it says nothing about trademarks, availability or any other state.

Refresh

Weekly, following the upstream feed. data_as_of is the feed’s refresh date; CO/CT/NY windows are the trailing 28 days ending that day; OR is the latest monthly file the state has published (4–6 weeks behind by the state’s own schedule).