🏥 BCBS Negotiated Rates

BCBS Negotiated Rates
via REST API

BlueCard PPO, FEP, HMO. 350M+ rate rows. Query BCBS rates by CPT code, NPI, or billing code. No ETL. No 200 GB JSON files.

350M+
Rate Rows Indexed
800K+
Providers
12,000+
Billing Codes
Monthly
Refresh Cycle

All BCBS Networks, Unified

Blue Cross Blue Shield operates across 36 independent state plans, all publishing MRF data under the Transparency in Coverage rule. PayerBenchmark aggregates multi-state BCBS MRFs into a unified dataset covering BlueCard PPO, HMO, Federal Employee Program, and OON files.

BlueCard PPO BlueCard HMO FEP Blue Local HMO BCBS OON

Query BCBS Rates in One Request

Filter by CPT code, NPI, network, and date range. Paginated JSON — no parsing multi-gigabyte files.

GET /v1/rates
GET https://api.payerbenchmark.com/v1/rates
  ?payer=BCBS
  &procedure_code=99213
  &npi=1234567890

// Response
{
  "data": [{
    "payer":          "BCBS",
    "network_key":    "BlueCard 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 }
}
GET /v1/rates Negotiated rates for BCBS filtered by CPT, NPI, and network.
GET /v1/benchmarks Cross-payer p10–p90 percentiles. See where BCBS rates rank vs. market.
GET /v1/oon/rates BCBS out-of-network allowed amounts by NPI and procedure code.

BCBS Rate Data — Common Questions

How does PayerBenchmark handle multi-state BCBS plans?

+
PayerBenchmark aggregates MRF files from multiple BCBS state plans into a unified dataset. Each rate row is tagged with the reporting entity and network_key so you can filter by specific BCBS plan or query across all BlueCard networks at once.

Does the API include FEP Blue (Federal Employee Program) rates?

+
Yes. FEP Blue rates are included in the BCBS dataset and are queryable via network_key=FEP|BLUE. These cover federal employees and their dependents across all 36 BCBS state plans.

Can I compare BCBS BlueCard PPO rates against local HMO rates?

+
Yes. Use the network_key filter to isolate BlueCard PPO vs. local HMO rates for the same CPT code and NPI. The benchmarks endpoint also shows where BCBS rates fall relative to national payer averages.

How current is BCBS rate data?

+
PayerBenchmark ingests BCBS MRF files monthly, aligned with CMS disclosure cycles. All rate rows include an expiration_date and last_updated field so you can identify the most current contracted rates.

Start Querying BCBS Rates Today

API access to 350M+ rate rows across all BCBS networks. No ETL pipeline required.

Explore Other Payers