2.0.10 • Published 2 years ago

yperimerias v2.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Interest Rate Calculator

This is an open-source npm package that calculates the default rate of interest. The latest rates are fetched from www.bankofgreece.gr.

You can test it here yperimeria.netlify.app.

Installation

To install this package, run the following command:

Usage

To use this package, import the getInterestRates function and call it with the appropriate parameters:

import { getInterestRates } from "interest-rate-calculator";

const startDate = "2022-01-01";
const endDate = "2022-01-31";
const amount = 1000;

const result = getInterestRates(startDate, endDate, amount);

console.log(result);
2.0.10

2 years ago

2.0.8

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.2.18

2 years ago

1.2.17

2 years ago

1.2.16

2 years ago

1.2.15

2 years ago

1.2.14

2 years ago

1.2.13

2 years ago

1.2.12

2 years ago

1.2.11

2 years ago

1.2.10

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.4

2 years ago

1.2.2

2 years ago

1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago