financial

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

MIT License

Downloads
24.5K
Stars
707
Committers
3

Bot releases are visible (Hide)

financial - v0.2.4 Latest Release

Published by lmammino 3 months ago

financial - v0.2.3

Published by lmammino 3 months ago

financial - v0.2.2

Published by lmammino 8 months ago

What's Changed

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

financial - v0.2.1

Published by lmammino 8 months ago

financial - v0.2.0

Published by lmammino 8 months ago

What's Changed

New Contributors

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

financial - v0.1.3

Published by lmammino about 4 years ago

Bump lodash from 4.17.15 to 4.17.19

financial - v0.1.2

Published by lmammino over 4 years ago

Improved README and documentation

financial - v0.1.1

Published by lmammino over 4 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)
financial - v0.1.0

Published by lmammino over 4 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)
financial - v0.0.18

Published by lmammino over 4 years ago

Seventh draft release implementing a subset of the intended functionality

financial - v0.0.17

Published by lmammino over 4 years ago

Sixth draft release implementing a subset of the intended functionality

financial - v0.0.16

Published by lmammino over 4 years ago

Fifth draft release implementing a subset of the intended functionality

financial - v0.0.15

Published by lmammino over 4 years ago

Fourth draft release implementing a subset of the intended functionality

financial - v0.0.14

Published by lmammino over 4 years ago

Third draft release implementing a subset of the intended functionality

financial - v0.0.13

Published by lmammino over 4 years ago

Second draft release implementing a subset of the intended functionality

financial - v0.0.12

Published by lmammino over 4 years ago

First draft release implementing a subset of the intended functionality