☰
Login
Signup
Home
›
Python client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
15.2K
All Categories
0
Incidents
182
Node JS client
52
Go client
866
.Net API client
403
Kite Publisher
556
.Net / VBA / Excel (3rd party)
507
Algorithms and Strategies
1.1K
Java client
1.2K
API clients
410
PHP client
4.4K
Python client
367
Mobile and Desktop apps
1.5K
Market data (WebSockets)
3.7K
General
In this Discussion
June 15
nagavenij
June 13
vaneet_jain
Previous CLose Not Update
vaneet_jain
June 12
in
Python client
Hi, I have not get Previous close Settled Price data from API. How Can I get Previous Close Settle Price.
Tagged:
previous day close
vaneet_jain
June 13
I ahve still not get any revert Request to share details how to get Previous close Settled Price data from API
nagavenij
June 15
Close Price of the day's candle data is usually updated the next day, early morning. You can use
historical data
API to fetch historical day candle closes.
If you want only the previous trading day close, then you can use
Quote call
.
Sign In
or
Register
to comment.
If you want only the previous trading day close, then you can use Quote call.