I just joined Alpaca and trying to access market data via Python. On the subscription page it says that free plan includes Real-Time market data, however when trying to send the request I am getting following response:
alpaca_trade_api.rest.APIError: your subscription does not permit querying data from the past 15 minutes
So does the free plan includes real-time data or not?
Is it possible to get a community response to this error? I am trying to get 1-hour bar data but am receiving this error. I can query minute or day data with no problem.