API pulling historical bars with missing values

Hi all,

I am pulling historical bars data in python using the alpaca api. My problem is, some stocks don’t have data for certain hours (missing data between 4 am and 6 am when stock is not liquid for example).

Is there any way to print these times still and have 0s in the place of the bars, rather than not outputting the hours at all? Thank you in advance!