Get Quote Market Data Api?
Answered
I have real time and historical subscriptions via Fyers.
I am using python https://pypi.org/project/truedata-ws/
How to get LTP for any symbols for one time in the script. Is there any API for this?
subscribing to real-time for one-time purpose does not look good. Is there any better way please let me know. Thanks
You can get the LTP for one time in a scrip by using the specific number of bars historical API and setting the no. of bars=1.
Please refer the documentation portion as mentioned below:-
You can specify the number of bars (or ticks) which you want to see or use in your code. This is currently enabled for Ticks , 1 min bars & EOD Bars.
You can get the LTP for one time in a scrip by using the specific number of bars historical API and setting the no. of bars=1.
Please refer the documentation portion as mentioned below:-
You can specify the number of bars (or ticks) which you want to see or use in your code. This is currently enabled for Ticks , 1 min bars & EOD Bars.
Replies have been locked on this page!