☰
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
14.3K
All Categories
0
Incidents
166
Node JS client
46
Go client
811
.Net API client
391
Kite Publisher
538
.Net / VBA / Excel (3rd party)
470
Algorithms and Strategies
1K
Java client
1.1K
API clients
408
PHP client
4.1K
Python client
354
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
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.