V2 market data endpoint formatting

all of a sudden I can not get any market data from Alpaca. I know there’s been some changes w/r/t polygon. Could someone show me an example of a get request from the following endpoint that actually works:
https://data.alpaca.markets/v2/stocks/{symbol}/bar
I’ve tried everything and I get a 404 everytime.
BTW, I’m really fed up w/ Alpaca. I’m giving myself 1 day to fix this and then I’m out. its just not worth the hassle and complete lack of customer support.

1 Like

The v2 bars endpoint isn’t fully implemented yet since it’s in beta, but here’s a working request for quotes:

https://data.alpaca.markets/v2/stocks/SPY/quotes?start=2021-02-01&end=2021-02-01&limit=10

You’ll also have to pass in your keys as header parameters.