Open Dataset

US Credit Union Auto Loan Rates

1,297 auto loan rates from 177+ credit unions across 40 states. Free to use under CC BY 4.0.

CC BY 4.0 — Free for any use with attribution
📊
1,297
Rate Records
🏦
177+
Credit Unions
🌎
40
US States
🚗
5.52%
Avg 60mo New
Data period: 2026-06-01 to 2026-06-30

In short: This open dataset covers 1,297 auto loan rates from 177+ US credit unions across 40 states for 2026-06-01 to 2026-06-30. The average 60-month new-car APR is 5.52% and the average 60-month used-car APR is 6.5%. State 60-month averages range from 4.34% (CT) to 8.57% (AL). The data is free under CC BY 4.0 and available as JSON, CSV, or via the RateAPI auto loan rates API. For a live national reference rate, see the auto loan rate benchmark.

1

National Rate Overview

The average credit union 60-month auto loan APR is 5.52% for new vehicles and 6.5% for used vehicles in this snapshot. Rates below show the average APR across all credit unions in the dataset, broken down by loan term (24–84 months) and vehicle condition. State averages range from 4.34% (CT) to 8.57% (AL) for 60-month terms.

Average APR by Loan Term
2

State Comparison

Compare average auto loan APR across US states. Use the dropdowns to filter by loan term and vehicle condition. States with fewer than 2 data points are excluded.

Average APR by State
3

Data Coverage

Breakdown by vehicle condition and loan term showing the average, minimum, and maximum APR along with the number of rate observations in each bucket.

ConditionTermAvg APRMinMaxCount
new24mo4.64%3.00%6.00%16
new36mo4.69%2.50%7.00%52
new48mo5.05%3.00%11.74%69
new60mo5.52%2.99%15.50%85
new72mo5.98%3.45%13.00%75
new84mo6.14%4.49%12.24%73
used24mo6.06%3.35%11.00%40
used36mo5.84%2.75%10.49%72
used48mo6.34%2.99%13.80%114
used60mo6.50%3.49%15.75%163
used72mo6.66%3.99%18.00%85
used84mo7.57%5.49%18.90%63
Unspecified24mo5.30%3.24%7.25%32
Unspecified36mo5.22%2.99%8.99%55
Unspecified48mo5.92%3.24%17.99%69
Unspecified60mo6.20%3.75%15.99%86
Unspecified72mo6.46%4.25%17.99%78
Unspecified84mo7.08%3.88%17.99%70
4

Download the Dataset

Download the full dataset under the CC BY 4.0 license. Use it for research, apps, journalism, or anything else — just provide attribution.

# Quick start with Python
import pandas as pd
import requests
from io import StringIO

url = "https://rateapi.dev/data/auto-loan-rates/auto-loan-rates.csv"
df = pd.read_csv(StringIO(requests.get(url).text))

# Average APR by vehicle condition
print(df.groupby("vehicle_condition")["apr"].mean())
5

Schema

Each record in the JSON file contains the following fields:

credit_union_nameName of the credit union (string)
credit_union_stateTwo-letter US state code, e.g. "CA"
product_nameOriginal product name from the source website
rateBase interest rate before fees (number, e.g. 4.25)
aprAnnual Percentage Rate including fees (number, e.g. 4.375)
term_monthsLoan term in months (number, e.g. 60). Filtered to 24, 36, 48, 60, 72, 84.
vehicle_conditionVehicle condition: "new", "used", "any", or null
vehicle_typeVehicle category (null in this filtered dataset — car loans only)
vehicle_year_minMinimum model year this rate applies to (number or null)
vehicle_year_maxMaximum model year this rate applies to (number or null)
credit_score_minMinimum credit score for this tier (number or null, e.g. 740)
credit_score_maxMaximum credit score for this tier (number or null, e.g. 850)
credit_score_tierCredit tier label: "Excellent", "Good", "Fair", "Below Average", "Poor" or null
loan_purposeLoan purpose: "purchase", "refinance", "any", or null
credit_union_cityCity of the credit union (string or null)
source_urlURL of the credit union rate page (string or null)
special_typeSpecial financing type (null, "electric", "commercial")
scraped_atISO 8601 timestamp of when rate was collected
6

Frequently Asked Questions

What is the average credit union auto loan rate right now?

In the 2026-06-01 to 2026-06-30 snapshot, the average 60-month new-car APR across 177+ US credit unions is 5.52%, and the average 60-month used-car APR is 6.5%. State 60-month averages range from 4.34% (CT) to 8.57% (AL).

Is the dataset free to download and use?

Yes. It is released under the CC BY 4.0 license, so it is free for research, apps, journalism, or commercial use as long as you attribute RateAPI. Download it as JSON, CSV, or a pre-aggregated summary JSON above.

How often is the data updated?

This open dataset is a monthly snapshot collected from official credit union websites. For rates refreshed daily across 4,300+ credit unions, use the RateAPI auto loan rates API.

How do I get live rates instead of a snapshot?

Use the RateAPI REST API for daily-updated rates with filtering by state, term, credit tier, and vehicle condition. See the auto loan rate benchmark for a live national reference rate, or the methodology for how rates are collected.

Need Real-Time Data?

This open dataset is a monthly snapshot. For live rates updated daily from 4,300+ credit unions with personalized recommendations, use the RateAPI.