Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Annualized interest rate return calcalculation.
Message
 
To
27/05/2001 07:57:03
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00511885
Message ID:
00511974
Views:
18
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
Next
Reply
Map
View

Click here to load this message in the networking platform