v2026-07-16 vintage, and it behaves as promised — a pinned snapshot does
not change, so anything you cite against it stays reproducible. What is still moving is
the scope around it: more of the USPTO record, further measures, and the API surface. Expect
additions rather than corrections, and check Known Issues before
relying on an edge case.Research-grade innovation measures computed from the complete US patent record — citations, originality & generality, firm patent panels — free, citable, reproducible, and honest about methodology. US patent data is public domain.
Counts measured on the library's data store at generation — never estimated. Vintage: PatentsView 2026-07-15 release (USPTO Open Data Portal), coverage 1976-01-06 to 2025-12-30.
Per-patent and per-firm innovation measures for every US patent granted since 1976, built from USPTO / PatentsView bulk data (US-government public domain) and refreshed each PatentsView release.
Citations with explicit truncation flags, originality and generality (raw and bias-corrected), claims, grant lag, team size, technology fields — plus disambiguated assignee×year panels.
Snapshot-pinned Parquet bundles and a free REST API, with a producer-first citation on every download. One free ElkassabgiData key works here, on HF and on Econ.
# browse what is served — no key needed
curl https://api.ipdatalibrary.com/v1/bundles
# then load a bundle
import pandas as pd
df = pd.read_parquet("patent_measures.parquet")
df[["patent_id", "fwd_cites_5yr", "originality_adj"]].head()
Per-patent and per-firm measures on all 9,454,161 granted patents (details below) — the dataset is computed, verified, and staged for launch.
1,485,924 assignee×year observations across 540,995 disambiguated patent holders: patent counts, citation-weighted output, mean originality/generality.
Claims, descriptions and abstracts for every patent since 1976 and every published application since 2001 — the substrate for claim-scope and text-similarity measures.
Patent assignments (sales, mergers, collateral pledges), maintenance-fee renewals (the classic revealed-value signal), and litigation dockets.
The second IP pillar: every US trademark application and registration — marks, owners, classes, assignments, and TTAB disputes.
Snapshot-pinned bundles are downloadable now (below) with the free ElkassabgiData account — the same API key that works on HF and Econ. MCP tools for AI assistants follow the family rollout.
Snapshot-pinned Parquet bundles, served with producer-first citation headers. Browse free; download with the free family API key (get one — an existing HF or Econ key works as-is).
All measures for every granted patent: windowed forward/backward citations with truncation flags, originality & generality (raw + bias-corrected), claims, grant lag, team size, tech fields. Parquet, 249 MB.
1,485,924 assignee×year observations: patent counts, citation aggregates and tech-class shares per disambiguated holder per year. Parquet, 58 MB.
Programmatic access. The open endpoints /v1/bundles and
/v1/stats list what is served. Every download response carries an
X-Citation header; cite USPTO/PatentsView as the producer and this library for
the computed measures.
curl -H "X-API-Key: YOUR_KEY" -o patent_measures.parquet https://api.ipdatalibrary.com/v1/bundles/v2026-07-16/patent_measures.parquet
Standard, literature-grounded, and computed transparently — every value traces to the formula and the vintage.
Every measure follows the canonical literature — Hall, Jaffe & Trajtenberg (2001), Hall (2005) — and the full formulas ship with the data. Two disclosures researchers should know before comparing numbers across papers:
Citation, always: United States Patent and Trademark Office — PatentsView (public domain); measures computed by the IP Data Library. Producer first, library second — the family standard.
One account. Every library.
Your free ElkassabgiData key unlocks the whole family: IP Data Library (this site) and HF Data Library — 1-minute intraday U.S. equity data — and Econ Data Library — economic & financial time series.