This value will be used for all the requests.
This is the app_id which you have received after creating the app.
Market data notification connection.
Order update notification connection.
Symbol to symbol details map.
Token to symbol map.
Connect to Market data URL with WebSocket.
notified function
WebSocket connection
Connect to Order update URL with WebSocket.
notified function
WebSocket connection
Converts a position on the current trading day.
details of conversion {symbol, side, quantity, ...}
conversion status
Get the necessary information regarding the holdings you have on your and also the status of the holdings. If the “sell” for the particular holdings is a success or not.
list of e-DIS transactions {details: [{id, isin, ...}], overall: {count, quantity, ...}}
Get the current market depth for a particular symbol.
symbol name
market depth {bidQuantity, askQuantity, bids, ...}
Get the market history for a particular symbol.
market details {symbol, resolution, fromDate, ...}
market history {details: [{date, ...}], overall: {dateFrom, ...}}
Get the current market quotes for a set of symbols.
list of symbols
market quotes [{symbol, name, exchange, ...}]
Get the current market status of all the exchanges and their segments.
markets status {details: [{exchange, ...}], overall: {count, ...}}
Get details of symbols from the symbol master files.
exchange name
segment name
list of symbol details [{symbol, description, lotSize, ...}]
Modifies an order placed on any exchange via Fyers.
details of order {id, type, quantity, ...}
order id
Modifies orders placed on any exchange via Fyers.
details of orders [{id, type, quantity, ...}]
unique order ids
Place an order to any exchange via Fyers.
details of an order {symbol, type, side, ...}
order id
Place multiple orders to any exchange via Fyers.
details of multiple orders [{symbol, type, side, ...}]
unique order ids
Get details of symbols from the symbol master file text.
symbol master file text
list of symbol details [{symbol, description, lotSize, ...}]
Redirect to CDSL page for login where you can submit your Holdings information and accordingly you can provide the same to exchange to Sell your holdings (browser only).
holding details [{isin, quantity}]
HTTP(s) request options (manual)
Static
getStatic
loginGet request step 1 for authorization.
app_id which you have received after creating the app
where the user will be redirected after login
same value will be returned after login to the redirect url
request step 1 for authorization
Static
loginGet request step 2 for authorization.
SHA-256 of api_id:app_secret
in hex
auth_code which is received from the first step
request step 2 for authorization
Generated using TypeDoc
Stateful interface for FYERS API.