websocket is only for steaming live data /updates or can place/exit orders through it?

websocket is only for steaming live data /updates or can place/exit orders through it?

WebSockets can be used for both streaming live data/updates as well as placing/exiting orders.

WebSockets are a communication protocol that allows for real-time bidirectional communication between a client and a server. This means that once a WebSocket connection is established between a client (such as a web browser) and a server, both parties can send and receive data in real-time without the need for continuous HTTP requests/responses.

In the context of trading, WebSockets can be used to stream live market data such as prices, order book depth, trade history, etc. This allows traders to receive updates in real-time, which can be important when making quick trading decisions.

Additionally, WebSockets can be used to place and exit orders in real-time. Once a WebSocket connection is established, the client can send order requests to the server and receive confirmation in real-time, which can be important for executing trades quickly.

Overall, WebSockets can be used for a variety of purposes in trading, including streaming live data/updates and placing/exiting orders.

WebSockets can be used for both streaming live data/updates as well as placing/exiting orders.

WebSockets are a communication protocol that allows for real-time bidirectional communication between a client and a server. This means that once a WebSocket connection is established between a client (such as a web browser) and a server, both parties can send and receive data in real-time without the need for continuous HTTP requests/responses.

In the context of trading, WebSockets can be used to stream live market data such as prices, order book depth, trade history, etc. This allows traders to receive updates in real-time, which can be important when making quick trading decisions.

Additionally, WebSockets can be used to place and exit orders in real-time. Once a WebSocket connection is established, the client can send order requests to the server and receive confirmation in real-time, which can be important for executing trades quickly.

Overall, WebSockets can be used for a variety of purposes in trading, including streaming live data/updates and placing/exiting orders.

Thanks,

help me solve this issue

tp = output[“d”][0][“v”][“lp”]
KeyError: ‘d’


data = {“symbols”:“NSE:SBIN-EQ”}
fyers.quotes(data)


Sample Success Response

{
“s”: “ok”,
“d”: [
{
“n”: “NSE:SBIN-EQ”,
“s”: “ok”,
“v”: {
“ch”: 1.7,

“d” is a available attribute but still why throwing error?

Thanks,

help me solve this issue

tp = output[“d”][0][“v”][“lp”]
KeyError: ‘d’


data = {“symbols”:“NSE:SBIN-EQ”}
fyers.quotes(data)


Sample Success Response

{
“s”: “ok”,
“d”: [
{
“n”: “NSE:SBIN-EQ”,
“s”: “ok”,
“v”: {
“ch”: 1.7,

“d” is a available attribute but still why throwing error?

i am trying to retrieve a few (10 strikes) option prices in real-time, live data!

i am trying to retrieve a few (10 strikes) option prices in real-time, live data!

Exception in thread Thread-2

Exception in thread Thread-2