Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Annualized interest rate return calcalculation.
Message
From
28/05/2001 15:35:23
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00511885
Message ID:
00511985
Views:
18
Charles - Thanks ever so much!

The formula is exactly what I needed. I was trying to use the fv function and then manipulate the interest rate until the fv equaled the sales proceeds. This is so much better.

Gaylen




>Hi,
>
>To calculate the annualized rate of return simply use the following
>
>(((sales proceeds / cost) ^ (365/(sale date - purchase date)) ) - 1 ) * 100
>
>Note:
>You should check that (sale date - purchase date) > 365 because you should not annualize when the holding period is less than a year.
Previous
Reply
Map
View

Click here to load this message in the networking platform