Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tse-client

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tse-client - npm Package Compare versions

Comparing version 2.27.1 to 2.27.2

2

package.json
{
"name": "tse-client",
"version": "2.27.1",
"version": "2.27.2",
"description": "A client for fetching stock data from the Tehran Stock Exchange (TSETMC). Works in Browser, Node and as CLI.",

@@ -5,0 +5,0 @@ "main": "index.js",

# [TSE Client](https://www.npmjs.com/package/tse-client) [![GitHub tag](https://img.shields.io/github/tag/m-ahmadi/tse-client.svg)](https://GitHub.com/m-ahmadi/tse-client/tags/) [![GitHub issues](https://img.shields.io/github/issues/m-ahmadi/tse-client.svg)](https://GitHub.com/m-ahmadi/tse-client/issues/)
A client for fetching stock data from the Tehran Stock Exchange (TSETMC).
Works in Browser, Node, and as CLI.
The `0.x` and `1.x` versions were a direct port of the [official Windows app](http://cdn.tsetmc.com/Site.aspx?ParTree=111A11).
The `0.x` and `1.x` versions were a direct port of the [official Windows app](https://cdn.tsetmc.com/StaticContent/TseClient).

@@ -365,3 +365,3 @@ <p float="left">

Visit the [official documentation](http://cdn.tsetmc.com/Site.aspx?ParTree=1114111118&LnkIdn=83) for description of each `Instrument` field.
Visit the [official documentation](https://cdn.tsetmc.com/StaticContent/WS-Instrument) for description of each `Instrument` field.
```typescript

@@ -664,3 +664,3 @@ interface Instrument {

#### `tse.getIntraday(symbols: string[], settings?: IntradaySettings)`
Crawl intraday data from the instrument's history page of the [tsetmc.com](http://tsetmc.com) website. **(Experimental)**
Crawl intraday data from the instrument's history page of the [tsetmc.com](https://tsetmc.com) website. **(Experimental)**
- **`symbols`:** An array of *`Farsi`* instrument symbols.

@@ -742,3 +742,3 @@ - **`settings`:** A settings object.

## [`client`](http://cdn.tsetmc.com/Site.aspx?ParTree=1114111116&LnkIdn=3568)
## [`client`](https://cdn.tsetmc.com/StaticContent/WS-ClientType)
![](/samples/itdcols-client.png)

@@ -777,3 +777,3 @@

--------|------|-------------|--------------|--------
حجم مبنا | بازار | کمینه قیمت مجاز | بیشینه قیمت مجاز | [وضعیت نماد](http://cdn.tsetmc.com/Site.aspx?ParTree=111411111Y&LnkIdn=833)
حجم مبنا | بازار | کمینه قیمت مجاز | بیشینه قیمت مجاز | [وضعیت نماد](https://cdn.tsetmc.com/StaticContent/WS-InstrumentsState)

@@ -787,3 +787,3 @@ ## `shareholder`

- `Instrument.Symbol` characters are cleaned from `zero-width` characters, `ك` and `ي`.
- The price adjustment algorithm is still a direct port of the [official Windows app](http://cdn.tsetmc.com/Site.aspx?ParTree=111A11).
- The price adjustment algorithm is still a direct port of the [official Windows app](https://tsetmc.com/StaticContent/TseClient).
- In Browser, the `InstrumentAndShare` data is stored in `localStorage`.

@@ -790,0 +790,0 @@ - In Browser, the `ClosingPrices` data is stored in `indexedDB`.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc