Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Market data "latest trade" returning extremely old value #267

Open
coladarci opened this issue Dec 2, 2024 · 0 comments
Open

Market data "latest trade" returning extremely old value #267

coladarci opened this issue Dec 2, 2024 · 0 comments

Comments

@coladarci
Copy link

Describe the bug
I'd simply like to pull the latest trade to get an idea of the price; but it's returning a trade from august not a price from today. There are more recent trades inside the paginated list of trades.

To Reproduce
Steps to reproduce the behavior:

Hit "https://data.alpaca.markets/v2/stocks/BSLKW/trades"
Notice there are trades from today
Then hit "https://data.alpaca.markets/v2/stocks/BSLKW/trades/latest"
Compare results

Expected behavior
I'd expect latest trade to be one of (ideally last) trade from the trades list.

Screenshots
Latest Trade (note: it's from August)
image
Trades (note: there are trades from today)
image

Desktop (please complete the following information):
n/a

Smartphone (please complete the following information):
n/a

Additional context
n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant