Skip to main content

aprtoapy

Tool to calculate APY from APR value. Compouding periods, i.e., the number of times compounded per year can be defined with -c argument.

Usage

aprtoapy [--apr APR] [-c COMPOUNDING] [-n]

Parameters

NameParameterDescriptionDefaultOptionalChoices
apr--aprAPR value in percentage to convert100Truerange(1, 101)
compounding-c --compoundingNumber of compounded periods in a year. 12 means compounding monthly12Truerange(1, 101)
narrative-n --narrativeFlag to show narrative instead of dataframeFalseTrueNone

On this page