What are the differences between API V2 and V3 documentation in FYERS?
API V3 in FYERS introduces enhancements like richer order, trade, and position data via order-websocket, a Lite Mode for faster Last Traded Price updates, real-time Open, High, Low, Close, and Volume data updates, and depth update for real-time Ask and Bid in the order book on data-websocket.
For detailed changes, refer to the Change logs in the API v3 docs.
Related Articles
What is FYERS API?
We have launched FYERS trading API mainly to address the unique requirements of the Algo trading community and capital market startups that require trading related functionality without having to set up their own brokerage. With our API, you will be ...
How is FYERS API useful?
If you are building a trading/investing platform, FYERS API will solve the execution piece by enabling users to place orders and trade through us. You can also use the APIs to enable trading strategies with execution, manage portfolios and more. ...
What are the significant changes in Fyers API v3 compared to previous versions?
Fyers API v3 maintains most of the existing structures for backward compatibility but introduces notable changes in the WebSocket part. To understand and adapt to these changes, review the updated sample code and documentation in our GitHub ...
Can I set up alerts for stocks according to my trading strategy using the Fyers API?
Yes, the Fyers API offers the capability to receive real-time alerts tailored to your trading strategy. This is possible through the order-websocket's OnGeneral feature. By monitoring order updates, trade executions, and position changes, you can set ...
Can I place BO/CO through FYERS API?
Yes, you can place all the types of Orders/Product available on our platform. For more information check out API Documentation.