PPO, HMO, Open Choice. 380M+ rate rows. Query Aetna rates by CPT code, NPI, or billing code. No ETL. No 200 GB JSON files.
Aetna — now part of CVS Health — publishes MRF data across its commercial PPO, HMO, Open Choice, and Signature networks alongside full OON allowed-amount files. PayerBenchmark normalizes and indexes all Aetna MRFs monthly.
Filter by CPT code, NPI, network, and date range. Paginated JSON — no parsing multi-gigabyte files.
GET https://api.payerbenchmark.com/v1/rates ?payer=Aetna &procedure_code=99213 &npi=1234567890 // Response { "data": [{ "payer": "Aetna", "network_key": "Aetna PPO", "procedure_code": "99213", "negotiated_rate": 87.42, "rate_type": "fee_for_service", "effective_date": "2025-01-01" }], "meta": { "total": 14, "page": 1, "per_page": 50 } }
API access to 380M+ rate rows across all Aetna networks. No ETL pipeline required.