Investor.js

Various functions for calculations

Get Started

Install

npm i investorjs

Usage

import * as investor from "investorjs";

Example

import * as investor from "investorjs";

 
 
 var marketPrice = 148.9; 
var eps = 3.91; 
investor.peRatio( marketPrice, eps );
 // => 38.08