☰
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.3K
All Categories
0
Incidents
186
Node JS client
52
Go client
870
.Net API client
411
Kite Publisher
557
.Net / VBA / Excel (3rd party)
512
Algorithms and Strategies
1.1K
Java client
1.3K
API clients
410
PHP client
4.4K
Python client
370
Mobile and Desktop apps
1.5K
Market data (WebSockets)
3.7K
General
Volume data anamalous in historical_data API call
rb99
April 2024
in
Python client
Doing this specific call:
Instrument is 'SRPL-BE' NSE:EQ
dd = kite.historical_data(36609, datetime(2023, 8, 22, 12, 50), datetime(2023, 8, 22, 13, 0), 'minute', oi=1)
[{'date': datetime.datetime(2023, 8, 22, 12, 52, tzinfo=tzoffset(None, 19800)), 'open': 2.15, 'high': 2.15, 'low': 2.15, 'close': 2.15, 'volume': 0, 'oi': 0}, {'date': datetime.datetime(2023, 8, 22, 12, 54, tzinfo=tzoffset(None, 19800)), 'open': 2.15, 'high': 2.15, 'low': 2.15, 'close': 2.15, 'volume': 235, 'oi': 0}, {'date': datetime.datetime(2023, 8, 22, 12, 55, tzinfo=tzoffset(None, 19800)), 'open': 2.15, 'high': 2.15, 'low': 2.15, 'close': 2.15, 'volume': 0, 'oi': 0}, {'date': datetime.datetime(2023, 8, 22, 12, 56, tzinfo=tzoffset(None, 19800)), 'open': 2.15, 'high': 2.15, 'low': 2.15, 'close': 2.15, 'volume': 0, 'oi': 0}, {'date': datetime.datetime(2023, 8, 22, 12, 57, tzinfo=tzoffset(None, 19800)), 'open': 2.15, 'high': 2.15, 'low': 2.15, 'close': 2.15, 'volume': 20, 'oi': 0}, {'date': datetime.datetime(2023, 8, 22, 12, 59, tzinfo=tzoffset(None, 19800)), 'open': 2.15, 'high': 2.15, 'low': 2.15, 'close': 2.15,
'volume': 18446744073709551381
, 'oi': 0}, {'date': datetime.datetime(2023, 8, 22, 13, 0, tzinfo=tzoffset(None, 19800)), 'open': 2.15, 'high': 2.15, 'low': 2.15, 'close': 2.15, 'volume': 0, 'oi': 0}]
The volume is too high?! 18446744073709551381
Is this even possible/ correct?
Tagged:
Python Client
incorrect volume
Sign In
or
Register
to comment.