☰
Login
Signup
Home
›
kpushp
›
Comments
Activity
Discussions
3
Comments
3
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
kpushp
About
Username
kpushp
Joined
October 2023
Visits
16
Last Active
December 2023
Roles
Member
Activity
Discussions
3
Comments
3
Comments
But when I run this program, the data that I get is correct for first few runs but after the 3rd or 4th time I run this it starts to give the candles of Tuesdays. I also tried changing the `from` timestamp to Monday, but still the same result.
in
1 Week Data is Wrong
Comment by
kpushp
October 2023
@rakeshr from = datetime.datetime.now() - datetime.timedelta(days=270*7) to = datetime.datetime.now() data = kite.historical_data(instrument_token=256265, from_date=from, to_date=to, interval='week', continuous=False, oi=False) df = pd.DataFrame…
in
1 Week Data is Wrong
Comment by
kpushp
October 2023
@MAG Thank You!!
in
Data Retrieval
Comment by
kpushp
October 2023