REST API for US Retirement Plan Data

The DOL publishes
800,000 retirement
plans. Nobody made
it accessible.

Until now. Vested gives developers clean, structured access to Form 5500 filings — plan assets, participant counts, service provider fees, investment allocations — via a single REST API.

Free dev tier No sales call REST + JSON
800K+
Plans filed annually
9M+
Historical filings
<200ms
Avg API response
99.9%
Uptime SLA
GET /plans/search?ein=13123487
{
  "plan_name": "Acme Corp 401(k) Plan",
  "sponsor": "Acme Corporation",
  "ein": "13-1234870",
  "plan_year": "2024",
  "total_assets": 48329210,
  "participant_count": 1247,
  "total_fees_paid": 284500,
  "investment_allocations": [
    {"asset_class": "US Equity", "pct": 42},
    {"asset_class": "Fixed Income", "pct": 28},
    {"asset_class": "Intl Equity", "pct": 18},
    {"asset_class": "Other", "pct": 12}
  ],
  "service_providers": [
    {"name": "Vanguard", "role": "Custodian", "fees": 48000},
    {"name": "Mercer", "role": "Advisor", "fees": 95000}
  ],
  "filing_status": "Filed",
  "plan_type": "Single Employer 401(k)"
}

Every plan. Every year. Clean JSON.

Search by EIN, company name, plan type, state, or asset range. Returns structured data — no PDF parsing required.

Built for teams that need
retirement plan data in their product

WealthTech & Robo-Advisors

Enrich client profiles with employer retirement benefits data. Understand 401k plan quality when planning rollovers or retirement income strategies.

HR Tech & Benefits Platforms

Give employers visibility into their competitive benefits landscape. Benchmark plan quality against peers in their industry and size.

Corporate Intelligence & M&A

Use retirement plan data as a leading indicator of company health — headcount trends, benefit program quality, financial stress signals.

Data & Analytics Providers

Incorporate Form 5500 data into alternative data feeds for hedge funds, RIAs, and private market analysts tracking private company trends.

Compliance & Audit Tools

Verify plan eligibility, cross-reference service provider fees, and validate filing status — programmatically, at scale.

AI & LLM Applications

Feed structured retirement plan data into financial analysis pipelines. No more PDF scraping — clean structured outputs, ready for models.

From signup to first
API call in under 5 minutes

01

Create an account

Sign up and get instant access to the free developer tier. No credit card required. No sales call.

02

Get your API key

Receive your key immediately. Full access to sandbox environment with sample data to build against.

03

Build your integration

REST API, JSON responses, comprehensive docs, and SDKs for Python, Node, Ruby. Ship in days, not months.

Simple, usage-based pricing

Start free. Scale as you grow.

Developer
Free
  • 1,000 requests/month
  • Full data access (sandbox)
  • REST API + docs
  • Community support
Scale
Custom
  • Unlimited requests
  • Bulk data export
  • Dedicated account manager
  • SLA & enterprise security

The DOL has been
publishing this data
for 15 years.

It's in CSV files on a government FTP server. Nobody built the API. We did.

Start building at api.vested.dev