Calculate APR and APY for a loan

Calculates the Annual Percentage Rate (APR) for a loan based on provided parameters.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
integer
required

The loan principal amount in cents

boolean
Defaults to false

Whether the interest is amortized. If set to False, interest is based on the original principal balance and follows a simple interest model.

number
required

The nominal annual interest rate as a percentage (e.g., 5.0 for 5%)

integer
required

Number of periods in loan term

string
enum
Defaults to monthly

The interval at which payments are made (e.g., monthly, biweekly, weekly, daily, annually)

Allowed:
Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json