My API calls return same price all the time… Whats wrong -
I am using this in my code : klines=api.get_barset(smbl, ‘15Min’, limit=1)
I am getting results like this -
{‘c’: 12.015, ‘h’: 12.025, ‘l’: 12.005, ‘o’: 12.02, ‘t’: 1567619100, ‘v’: 1237}
But the market price was above 12.30 all day.
Same behavior with AMD and MRO.
My API : base_url=‘https://api.alpaca.markets’