def query_from_to(symbol,Start,today): store = pd.HDFStore(Constants.StockHDF) if not (symbol in store.keys()): return None store[]