src = market_data_source()

# Lag period must be integer, not float
close_float = src.c[1.5]
