The get_last_quote API endpoint is returning 0 for all fields except askexchange and bidexhange. Is this a bug, or am I missing a trading fundamental? This data is from around 9:45am MAR 5 2021 for the symbol ACIC:
I noticed ACIC has an ACIC.U counterpart, are the 0 prices related to a different market? I’ve been seeing this on a handful of trades, where I get a zero value back, but I haven’t dug into the others yet
EDIT: I’m using the Python Bindings, if that matters.
We are experiencing the same. Quote data is completly off, sometimes lagging or like in your case 0 which lead into wrong quantity calculations and insufficient buying power error responses. I am waiting for them to have this fixed.
I still get this for NVDA right now which is wrong
{
“status”: “success”,
“symbol”: “NVDA”,
“last”: {
“askprice”: 592,
“asksize”: 1,
“askexchange”: 15,
“bidprice”: 490,
“bidsize”: 2,
“bidexchange”: 15,
“timestamp”: 1615388153053097200
}
}
@Amir Question, which Alpaca data plan are you subscribed to? Th ‘Free’ plan includes only those trades and quotes which executed on the IEX exchange. If there hasn’t been a NBBO quote for the current day on IEX then that bid or ask price will be 0.