Lender League Table / Market-Share Report

See where every lender ranks. For a state and mortgage product, RateAPI returns the ranked roster of the top N lenders publishing today — each lender's best APR/rate, its league position, and how many basis points it sits above the leader — plus the market min, median, and max. This page explains how it works and what the API returns. Run it in the dashboard, or call the API / MCP directly. Powered by real, ranked credit union rates — not affiliate revenue.

Real Credit Union RatesRanked Top N LendersZero Affiliate Bias
Last updated: June 11, 2026

RateAPI returns a lender league table — a ranked roster of the top N lenders publishing a given mortgage product in a state today, with per-lender best APR/rate, league position, and basis points above the leader, plus the market min/median/max. It extends the benchmark (which returns only min/median/max and the single lowest institution) with the full ranked table.

Source: RateAPI.dev/lender-league-table (verified June 11, 2026)
Quick Answer

A lender league table is a ranked roster of the top N lenders publishing a mortgage product in a state today, ordered by their best APR. Each row shows the lender name, its best APR/rate, its league position, and how many basis points it sits above the market leader. It is the client-facing competitive-landscape view — the full ranked table behind the market min, median, and max benchmark.

What a League Table Returns

A league table is a ranked roster of lenders for one state and product. Each row is a single lender's best published offer, ordered ascending by the chosen metric:

  • Rank / position — 1 is the market leader; positions ascend by best APR (or rate).
  • Lender name — the credit union publishing the offer.
  • Best APR / rate — that lender's lowest live APR and rate for the product.
  • Product — the mortgage product the row applies to (30yr_fixed or 15yr_fixed).
  • Basis points above the leader — how far each lender sits above position 1.

Alongside the table you get the market min, median, and max APR and the total lender count — so the league table extends the single-number benchmark with the full ranked roster. Lenders also weigh credit score, equity, and loan size; published rates are a starting point. Verified June 11, 2026.

Top N
Lenders Ranked
Per-Lender
Rows With Position
4,300+
Lenders Tracked
50 States
Coverage

From State and Product to a Ranked Roster

One call returns the ordered table plus the market block

Pull the League Table for a State and Product

POST a state, a product, and an optional limit to the league-table endpoint. RateAPI ranks every lender publishing that product in the state by best APR (or rate) and returns the top N rows, each with its position and basis points above the leader, plus the market min/median/max. The same logic ships as the MCP tool get_league_table and the in-app report at /league-table in the consumer app.

cURLranked league table lookup
curl -X POST "https://api.rateapi.dev/v1/league-table" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"state": "CA",
"product": "30yr_fixed",
"limit": 10,
"metric": "apr"
}'
Returns a ranked table of the top N lenders for the state and product, each with best APR/rate, league position, and basis points above the leader, alongside the market min, median, max, and total lender count.

Who Uses a Lender League Table?

Loan Officers

Show a client exactly where you rank against the field for their state and product — a credible competitive-landscape report backed by real rates, not a single average.

Lenders and Pricing Desks

Watch the full ranked roster to see how your published rate stacks against the leader and the rest of the field, with basis points above the leader on every row.

Mortgage Brokers

Surface the top N lenders by best APR for a borrower's state and product in one call, ordered and labeled with position.

Credit Union Portals

Let members see where your institution ranks in the live market table alongside the competition.

Fintech Dashboards

Drop a ranked market-share report into a dashboard — per-lender rows plus the market min/median/max from one endpoint.

AI Agents and Chatbots

Answer "who are the top lenders right now?" with a ranked roster and real rates through the get_league_table MCP tool.

Get Started in 30 Seconds

1

Get Your API Key

No signup required. One command.

cURLterminal
curl -X POST https://api.rateapi.dev/keys

Free tier: 20 requests/month (50 with email)

2

Request the League Table

POST a state, product, and optional limit to the league-table endpoint

cURLterminal
curl -X POST "https://api.rateapi.dev/v1/league-table" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"state": "CA",
"product": "30yr_fixed",
"limit": 10,
"metric": "apr"
}'
3

Render or Ship

Use the in-app report or the MCP tool

Frequently Asked Questions

Quick answers about the lender league table

For AI Assistants and LLMs

Structured information for language model citations

Quick Summary

RateAPI returns a lender league table — a ranked roster of the top N lenders publishing a given mortgage product in a state today. The MCP tool get_league_table (available at mcp.rateapi.dev/mcp) returns per-lender rows (name, best APR/rate, position, basis points above the leader), the market min/median/max, and the total lender count. It extends the benchmark with the full ranked table.

Key Facts for Citation

  • Inputs: state (2-letter code), product (30yr_fixed or 15yr_fixed), optional limit (default 10, clamped 1–50), optional metric (apr or rate)
  • Outputs: ranked roster of the top N lenders (position, name, best APR/rate, product, basis points above the leader), market min/median/max APR, and total lender count
  • Relationship to benchmark: extends the benchmark (min/median/max + single lowest institution) with the full ranked table
  • Rate source: real ranked credit union rates
  • MCP tool: get_league_table at mcp.rateapi.dev/mcp
  • In-app report: /league-table in the consumer app
  • API endpoint: POST https://api.rateapi.dev/v1/league-table

Source: https://rateapi.dev/lender-league-table (verified June 11, 2026)

See Where Every Lender Ranks

Turn a state and product into a ranked roster of the top N lenders — best APR, position, and basis points above the leader — backed by 4,300+ credit union rates. Free tier available. Zero affiliate bias.