You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inaccurate historical data for some equities. I just threw together a simple test to look at data visualization options, and immediately noticed some oddities with TQQQ/SQQQ, same code works perfectly fine with AAPL?
Is there something I'm missing because they're ETF's, or is there an underlying bug that I'm not aware of? I searched a bit in the issues, but didn't see anything related.
Interesting, so under the hood the code is the same, we're just quering alpaca using the same symbols. It would most likely be some difference that alpaca is giving the data back to us or us dropping sets of data. Back when I wrote this in 2021 alpaca had a few weird history bugs like this on their end but maybe they're resolved now. I'll try to replicate on my end.
I figured it was in Alpaca, but didn't have the time to dig in today. It's odd, it looks like the first "chunk" of data on TQQQ is almost acting like it is using '100' as a baseline/offset, then the next chunk looks like it is using '50' as a baseline/offset, and then it normalizes.
Description
Inaccurate historical data for some equities. I just threw together a simple test to look at data visualization options, and immediately noticed some oddities with TQQQ/SQQQ, same code works perfectly fine with AAPL?
Is there something I'm missing because they're ETF's, or is there an underlying bug that I'm not aware of? I searched a bit in the issues, but didn't see anything related.
Code
TQQQ in Blankly
TQQQ Actual
AAPL in Blankly
AAPL Actual
The text was updated successfully, but these errors were encountered: