#1   Report Post  
David B
 
Posts: n/a
Default Interest calculation

How can I get the monthly rate from a compounded annual interest rate?
--
David B
  #2   Report Post  
 
Posts: n/a
Default Interest calculation

David B wrote:
How can I get the monthly rate from a compounded
annual interest rate?


I assume you mean "the monthly compounded rate from
the annual percentage rate (APR)".

Some people will say: simply divide APR by 12.

But if the compounding frequency is monthly, the
correct monthly rate is =RATE(12,,-1,1.045) for an
APR of 4.5%, for example (1.045 = 1 + APR).

However, even when the rate is specified in monthly
or annual terms, it is often compounded daily. In
that case, the monthly rate will vary depending on
the number of days in the month. A "typical" monthly
rate is =FV(RATE(365,,-1,1.045),30,,-1)-1.

  #3   Report Post  
David B
 
Posts: n/a
Default Interest calculation

Thanks, your reply was very helpful. I have an example where the annual
compounded rate is 7.3% and this is stated as a monthly rate of 0.592% and I
would like to be able to calculate that. Using your formula gives 0.589%. I
see your point about about daily interest charging, is there any way I can
fine tune the formula to give the 0.592% result?
--
David B


" wrote:

David B wrote:
How can I get the monthly rate from a compounded
annual interest rate?


I assume you mean "the monthly compounded rate from
the annual percentage rate (APR)".

Some people will say: simply divide APR by 12.

But if the compounding frequency is monthly, the
correct monthly rate is =RATE(12,,-1,1.045) for an
APR of 4.5%, for example (1.045 = 1 + APR).

However, even when the rate is specified in monthly
or annual terms, it is often compounded daily. In
that case, the monthly rate will vary depending on
the number of days in the month. A "typical" monthly
rate is =FV(RATE(365,,-1,1.045),30,,-1)-1.


  #4   Report Post  
 
Posts: n/a
Default Interest calculation

David B wrote:
I have an example where the annual compounded rate
is 7.3% and this is stated as a monthly rate of 0.592%
and I would like to be able to calculate that. Using
your formula gives 0.589%. I see your point about
about daily interest charging, is there any way I can
fine tune the formula to give the 0.592% result?


First, I hasten to note that it is very rare when I can
reverse-engineer the computation and get __exactly__ the
same result as a financial institution. Who knows why!
Perhaps due to "exact" computation based on iteration
and intermediaterouding to their units -- pennies,
"centipennies", etc -- compared to exponential and log
functions that might be used in the implementation of
Excel's present value functions (just a guess).

Second, my gutt reaction was: a difference of 0.003%
is "close enough for government work". But I must
admit that it can make a difference of about $8941 on
an investment of $100,000 over 30 years. Then again,
that difference is less than 1.1%. A 98.9% solution
is usually good enough for most people.

Nonetheless, I can understand your curiosity. I look
for explanations of differences of pennies, just to be
sure I truly understand the process.

At this point, I can only guess ....

I might have misled you by asserting that the APR is
7.3%. Perhaps 7.3% is the nominal rate, and the APR
is actually 7.34%.

The estute reader will note that that is not what the
EFFECT() function would return. The answer might be
that the OP is talking about a loan or something similar,
and the APR includes other fees. For an explanation,
do a google search on "how is apr calculated" (without
the quotations). For example, see
http://www.realestateabc.com/insights/apr.htm .

HTH.

  #5   Report Post  
David B
 
Posts: n/a
Default Interest calculation

Thanks for your interest and information which is appreciated.
--
David B


" wrote:

David B wrote:
I have an example where the annual compounded rate
is 7.3% and this is stated as a monthly rate of 0.592%
and I would like to be able to calculate that. Using
your formula gives 0.589%. I see your point about
about daily interest charging, is there any way I can
fine tune the formula to give the 0.592% result?


First, I hasten to note that it is very rare when I can
reverse-engineer the computation and get __exactly__ the
same result as a financial institution. Who knows why!
Perhaps due to "exact" computation based on iteration
and intermediaterouding to their units -- pennies,
"centipennies", etc -- compared to exponential and log
functions that might be used in the implementation of
Excel's present value functions (just a guess).

Second, my gutt reaction was: a difference of 0.003%
is "close enough for government work". But I must
admit that it can make a difference of about $8941 on
an investment of $100,000 over 30 years. Then again,
that difference is less than 1.1%. A 98.9% solution
is usually good enough for most people.

Nonetheless, I can understand your curiosity. I look
for explanations of differences of pennies, just to be
sure I truly understand the process.

At this point, I can only guess ....

I might have misled you by asserting that the APR is
7.3%. Perhaps 7.3% is the nominal rate, and the APR
is actually 7.34%.

The estute reader will note that that is not what the
EFFECT() function would return. The answer might be
that the OP is talking about a loan or something similar,
and the APR includes other fees. For an explanation,
do a google search on "how is apr calculated" (without
the quotations). For example, see
http://www.realestateabc.com/insights/apr.htm .

HTH.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional reference on average interest calculation PiPPo Excel Worksheet Functions 1 October 21st 05 07:28 PM
Interest calculation JohnP Excel Worksheet Functions 4 August 25th 05 02:46 PM
calculation of interest between two dates Arvind Khanna via OfficeKB.com Excel Worksheet Functions 2 May 26th 05 10:19 AM
Compound interest calculation Ira Hayes Excel Worksheet Functions 2 January 13th 05 12:20 PM
Compound interest calculation Ira Hayes Excel Discussion (Misc queries) 7 January 13th 05 12:18 PM


All times are GMT +1. The time now is 01:39 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"