nodejs-xirr
nodejs-xirr copied to clipboard
Compute the internal rate of return of a sequences of transactions made at irregular periods.
Is this package still maintained?
Bumps [qs](https://github.com/ljharb/qs) from 6.9.4 to 6.11.0. Changelog Sourced from qs's changelog. 6.11.0 [New] [Fix] stringify: revert 0e903c0; add commaRoundTrip option (#442) [readme] fix version badge 6.10.5 [Fix] stringify: with arrayFormat:...
Not working for below data, but in excel it is working -500,2010-06-09 -500,2010-07-12 -500,2010-08-10 -500,2010-09-13 -500,2010-10-11 -500,2010-11-10 -500,2010-12-10 -500,2011-01-10 -500,2011-02-10 -500,2011-03-10 -500,2011-04-11 -500,2011-05-10 -500,2011-06-10 -500,2011-07-11 -500,2011-08-10 -500,2011-09-12 -500,2011-10-10 -500,2011-11-11 -500,2011-12-12...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8. Commits 782c264 3.0.8 6ade2da fix: trim pattern a6f52b0 3.0.7 e4cd434 fix: treat nocase:true as always having magic e6bbe1c publishConfig for 3.0 5b7cd33 3.0.6 20b4b56...
1. Array doesn't calculate XIRR with **JavaScript**, but this array I used with **your Java solution** and Excel and it works: ` transactions.push({amount:-4548, when: new Date('2022-04-01T16:00:00.000Z')}); transactions.push({amount:1762.90, when: new Date('2022-04-02T16:00:00.000Z')});...