@smockle/periodicdeprecated

Convert monthly price data to monthly return data

Usage no npm install needed!

<script type="module">
  import smocklePeriodic from 'https://cdn.skypack.dev/@smockle/periodic';
</script>

README

periodic

npm Build Status Build status codecov Known Vulnerabilities Greenkeeper badge

Convert monthly price data to monthly return data.

Installation

Run npm install --save @smockle/periodic to add periodic to your project.

Usage

Shell

$ periodic "/path/to/input/file.xlsx" "/path/to/output/file.xlsx"

Testing

periodic includes several unit tests. After cloning the periodic repo locally, run npm install in the project folder to install dependencies. Run npm test to execute the tests.