0.2.1 • Published 10 months ago

idstock-reader v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

IDX Financial Report Reader

Reader for financial report that published by Indonesian Stock Exchange that have .xlsx format

How to Install

  npm install idstock-reader

  // using yarn:

  yarn add idstock-reader

Usage

import Reader from 'idstock-reader'


const readerIns = new Reader({path: "financialReportPath.xlsx", language: "en"})

// Get general information
await readerIns.getGeneral()

//get cashflow statement
await readerIns.getCashflow()

//get balance statement
await readerIns.getBalance()

//get income statement
await readerIns.getIncome()

//get change statement
await readerIns.getChangeStatement()

//get full report (general, income, cashflow, balance, change) statement
await readerIns.getFullReport()
0.2.1

10 months ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago