US Personal Loan Rate Decision
rateapi.lending.personalObtain personal loan rate decisions from US lenders. Input loan amount, term, and credit score to receive APR rates and monthly payment estimates.
Instructions
Get personal loan rate decision from US lenders. Returns recommended financing actions, APR rates by term and amount, and monthly payment estimates. Filter by loan amount, term, and credit score tier.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | Loan amount in USD (e.g. 10000) | |
| term_months | No | Loan term: 12, 24, 36, 48, or 60 months | |
| 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. |