1.5.0 • Published 1 month ago

portfolio-analysis v1.5.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month ago

Intro

Tools and statistics to analyze a portfolio's performance, e.g. CAGR, Sortino, Drawdowns, Sharpe and Calmar.

Comes without dependencies.

Usage

Installation:

npm i -S portfolio-analysis

Usage:

import { getSortino } from 'portfolio-analysis';

const sortino = getSortino([25.2, 25.1, 25.7, 25.3]);
```

# Available Stats

For now: See `main.mjs` and `main.test.mjs`.
1.5.0

1 month ago

1.4.0

2 months ago

1.3.0

3 months ago

1.2.0

3 months ago

1.1.0

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago