Not generating any visit count on 31st - December 2015

If I have select the date as 31st december 2015, I didnt get any visits count…

@santhoshks032 could you elaborate on that? Was it working before? Is it working now?

Example consider the link here,
http://sgpvmc0140/blsstatistics/index.php?module=API&method=BLSPlugin.getBLSVisits&idSite=1&period=range&date=2015-12-01,2015-12-31&format=JSON&token_auth=23016c0aa2e2ba1859258fd10158448a

I need a data from 1st December 2015 to 31st December 2015 and got the output as below,
[{“label”:“Deeplink Visits”,“nb_visits”:0},{“label”:“Direct Visits”,“nb_visits”:0},{“label”:“Total Visits”,“nb_visits”:0}]

But if i changed the date as from 1st December 2015 to 30th December 2015 and got the output as below,
Link:
http://sgpvmc0140/blsstatistics/index.php?module=API&method=BLSPlugin.getBLSVisits&idSite=1&period=range&date=2015-12-01,2015-12-30&format=JSON&token_auth=23016c0aa2e2ba1859258fd10158448a

Output:
[{“label”:“Total Visits”,“nb_visits”:54324},{“label”:“Deeplink Visits”,“nb_visits”:53018},{“label”:“Internet Explorer”,“nb_visits”:48399},{“label”:“Firefox”,“nb_visits”:5905},{“label”:“Direct Visits”,“nb_visits”:1306},{“label”:“Chrome”,“nb_visits”:19},{“label”:“Safari”,“nb_visits”:1}]

So why I didnt get the result for 31st december for 2015

Check if there’s raw data for the 31st of December in the Visitor log. If yes, then check also if there are archives (select one of the reports, date 2015-12-31 and the day period).