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

extra-fyers.web

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

extra-fyers.web - npm Package Compare versions

Comparing version 1.3.20 to 1.3.21

2

package.json
{
"name": "extra-fyers.web",
"version": "1.3.20",
"version": "1.3.21",
"description": "A Javascript interface for FYERS API web.",

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

@@ -98,2 +98,3 @@ A Javascript interface for FYERS API.<br>

| [instrumentType] | Get instrument type code. |
| | |
| [symbolName] | Get symbol exchange, underlying, currency-pair, or commodity name. |

@@ -109,2 +110,3 @@ | [symbolExchange] | Get symbol exchange. |

| [symbolLotSize] | Get symbol minimum lot size. |
| | |
| [equityDeliveryCharges] | Get equity delivery charges. |

@@ -118,7 +120,10 @@ | [equityIntradayCharges] | Get equity intraday charges. |

| [commodityOptionsCharges] | Get commodity options charges. |
| | |
| [loginStep1] | Get request step 1 for authorization. |
| [loginStep2] | Get request step 2 for authorization. |
| | |
| [getProfile] | Get basic details of the client. |
| [getFunds] | Get balance available for the user for capital as well as the commodity market. |
| [getHoldings] | Get the equity and mutual fund holdings which the user has in this demat account. |
| | |
| [getOrder] | Get details of an order placed in the current trading day. |

@@ -134,5 +139,7 @@ | [getOrders] | Get details of all the orders placed in the current trading day. |

| [cancelOrders] | Cancels orders placed on any exchange via Fyers. |
| | |
| [exitPosition] | Exits a position on the current trading day. |
| [exitAllPositions] | Exits all positions on the current trading day. |
| [convertPosition] | Converts a position on the current trading day. |
| | |
| [getMarketStatus] | Get the current market status of all the exchanges and their segments. |

@@ -142,5 +149,7 @@ | [getMarketHistory] | Get the market history for a particular symbol. |

| [getMarketDepth] | Get the current market depth for a particular symbol. |
| | |
| [getSymbolMaster] | Get all the latest symbols of all the exchanges from the symbol master files. |
| [processSymbolMaster] | Get details of symbols from the symbol master file text. |
| [loadSymbolMaster] | Get details of symbols from the symbol master files. |
| | |
| [generateEdisTpin] | Generate e-DIS TPIN for validating/authorising transaction. |

@@ -150,2 +159,3 @@ | [getEdisTransactions] | Get the necessary information regarding the holdings you have on your and also the status of the holdings. |

| [inquireEdisTransaction] | Inquire the information/status of the provided transaction Id for the respective holdings you have on your end. |
| | |
| [connectMarketData] | Connect to Market data URL with WebSocket. |

@@ -159,2 +169,3 @@ | [subscribeMarketQuote] | Subscribe to market quote. |

| [unsubscribeOrderUpdate] | Unsubscribe to order update. |
| | |
| [Api] | Stateful interface for FYERS API. |

@@ -161,0 +172,0 @@

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