US Auto Loan Rate Decision
rateapi.lending.autoGet auto loan rates and APR for new or used vehicles. Input state, loan amount, term, vehicle type, and credit tier to receive financing actions and estimated monthly payments.
Instructions
Get auto loan rate decision for new and used vehicles from US lenders. Returns recommended financing actions, APR rates by term (24-72 months), and estimated monthly payments. Filter by vehicle type and credit tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Two-letter US state code | |
| amount | No | Loan amount in USD (e.g. 35000) | |
| term_months | No | Loan term: 24, 36, 48, 60, or 72 months | |
| vehicle_type | No | Vehicle type: "new" or "used" | |
| credit_score | No | Credit score tier |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |