Getting data for the day when market didn't open

pratikbhopal
Not sure if this issue is PHP SDK specific or kite API issue. When I do historical api call for today's day (15th June, 2019), I am getting a Open High response but today is Saturday and market is closed.

API Call
----------
$kite->getHistoricalData('408065', 'day', '2019-06-15', '2019-06-15')

Response
---------------
(
[0] => stdClass Object
(
[date] => DateTime Object
(
[date] => 2019-06-15 00:00:00.000000
[timezone_type] => 1
[timezone] => +05:30
)

[open] => 750
[high] => 888
[low] => 667
[close] => 804
[volume] => 3858762
)

)
Tagged:
This discussion has been closed.