1.1.2 • Published 2 months ago

tsetmc-client v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

TseTmc Client Library for NodeJS

npm npm bundle size

This library is for getting tehran stock market data from the TseTmc.com website.

Installation

npm install tsetmc-client

📖 Usage

import { DayDetails } from 'tsetmc-client';

const parameters = {
  insId: '35331248532537562',
  dEven: 20230201 // Date in format of YYYYMMDD
};

DayDetails.getPriceData(parameters).then((data) => {
  console.log(data); // {"priceChange": 740.00, "low":15630.00, ...}
});

📚 Documentation

For all configuration options, please see the API docs.

License

MIT © Shahrad Elahi

1.1.1

2 months ago

1.1.0

2 months ago

1.1.2

2 months ago

1.0.8

5 months ago

1.0.7

6 months ago

1.0.6

7 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.3-alpha.1

10 months ago

1.0.0-alpha.16

1 year ago

1.0.0-alpha.15

1 year ago

1.0.0-alpha.14

1 year ago

1.0.0-alpha.13

1 year ago

1.0.0-alpha.12

1 year ago

1.0.0-alpha.1

1 year ago

1.0.0-alpha.5

1 year ago

1.0.0

1 year ago

1.0.0-alpha.3

1 year ago