1.1.2 • Published 1 year ago

tsetmc-client v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.1.0

1 year ago

1.1.2

1 year ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.3-alpha.1

2 years ago

1.0.0-alpha.16

2 years ago

1.0.0-alpha.15

2 years ago

1.0.0-alpha.14

2 years ago

1.0.0-alpha.13

2 years ago

1.0.0-alpha.12

2 years ago

1.0.0-alpha.1

2 years ago

1.0.0-alpha.5

2 years ago

1.0.0

2 years ago

1.0.0-alpha.3

2 years ago