Time for action – determining the internal rate of return

Let's reuse the cash flow series from the Time for action – calculating the net present value tutorial.

Call the irr function with the cash flow series from the previous Time for action tutorial.

print "Internal rate of return", np.irr([-100, 38, 48, 90,
  17, 36])

The internal rate of return would be shown as follows:

Internal rate of return 0.373420226888

What just happened?

We calculated the internal rate of return from the cash flow series of the previous Time for action tutorial. The value was given by the NumPy irr function.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.144.252.201