Financial Versions Save

A Zero-dependency TypeScript/JavaScript financial library (based on numpy-financial) for Node.js, Deno and the browser

v0.2.2

2 months ago

What's Changed

Full Changelog: https://github.com/lmammino/financial/compare/v0.2.1...v0.2.2

v0.2.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/lmammino/financial/compare/v0.1.3...v0.2.0

v0.1.3

3 years ago

Bump lodash from 4.17.15 to 4.17.19

v0.1.2

3 years ago

Improved README and documentation

v0.1.1

3 years ago

Added official Deno support

import { assertEquals } from 'https://deno.land/std/testing/asserts.ts'
import * as f from 'https://deno.land/x/npm:[email protected]/src/financial.ts'

assertEquals(f.fv(0.05 / 12, 10 * 12, -100, -100), 15692.928894335755)

v0.1.0

3 years ago

First complete release including all the intended functionality:

  • fv() (since v0.0.12)
  • pmt() (since v0.0.12)
  • nper() (since v0.0.12)
  • ipmt() (since v0.0.12)
  • ppmt() (since v0.0.14)
  • pv() (since v0.0.15)
  • rate() (since v0.0.16)
  • irr() (since v0.0.17)
  • npv() (since v0.0.18)
  • mirr() (since 0.1.0)

v0.0.18

3 years ago

Seventh draft release implementing a subset of the intended functionality

v0.0.17

3 years ago

Sixth draft release implementing a subset of the intended functionality

v0.0.16

3 years ago

Fifth draft release implementing a subset of the intended functionality