Python Forum
How to calculate compounded profits on a given day?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to calculate compounded profits on a given day?
#4
It sounds like you just need a variable for the total capital, and create a loop for the compounding period and add in the interest for that period. Then print out the total at whatever event means the "end" has arrived.

Do you have a question about how to do any part of that in python?
Reply


Messages In This Thread
RE: How to calculate compounded profits on a given day? - by bowlofred - Aug-08-2020, 01:07 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020