Calculate Spread: max(array) - min(array)
print "Spread of High Price =", np.ptp(h) print "Spread of Low Price =", np.ptp(l)