New posts are disabled while we improve the user experience.
You can browse the site, or for urgent issues, raise a query at MyAccount.
I guess the answer is no, however, you can do it manually if you know the trading hours for the specific instrument. Use this if df is the name of your pandas data frame, and index is DatetimeIndex
df.loc[np.logical_and(df.index.hour >= 8, df.index.hour <= 16)]