UnifyAPI
← Back to catalog

rateapi.heloc

mock data$0.002 / call

HELOC Rate Decision

Get Home Equity Line of Credit (HELOC) rate decision. Returns current HELOC APR rates, recommended actions, and lender comparisons. Filter by combined loan-to-value ratio (CLTV), state, and credit score tier.

Financeprovider: Rateapi#rateapi#finance

Input schema

cltv

Combined loan-to-value ratio (0-95)

number
state

Two-letter US state code

string
credit_score

Credit score tier

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/rateapi.heloc \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"cltv":0,"state":"<state>","credit_score":"<credit_score>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.