- Notifications
You must be signed in to change notification settings - Fork2
mr-karan/vscode-kite
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
https://marketplace.visualstudio.com/items?itemName=mrkaran.vscode-kite
- Fetch quote data for the given list of stocks.
- Fetch available margin in your Kite account.
- Fetch live market prices through websocket support.
npm install --save kiteconnect
This extension contributes the following settings:
vscode-kite.symbols: [] // array of tradingsymbols for which LTP and OHLC data can be fetched
vscode-kite.api_key: str // kite api key
vscode-kite.request_token: str // kite api access token
vscode-kite.api_secret: str // kite api secret
vscode-kite.live_stocks: [] // array of instrument tokens to fetch realtime data
{ "vscode-kite.symbols": [ "INFY", "ACC", "RELIANCE", "CDSL" ], "vscode-kite.api_key": "", "vscode-kite.live_stocks": [738561, 408065], "vscode-kite.api_secret": "", "vscode-kite.request_token": ""}