Intraday data dump

I could really use an API that will pull the current intraday aggregate high/low/open/close (current price)/total daily volume for all stock symbols. Is this a current capability?

Hey @Larry_Bowden - we’ve recently added this using the snapshots method, which is detailed here in our documentation: Historical data - Documentation | Alpaca

You may need to break your query up into a few different calls, because the stock symbols are put directly into the URL and there is a limit to URL lengths.

Thank you, this is just what I needed! I also came up with a temporary method that worked using the minute bars and aggregating them myself in an efficient way. I do prefer the snapshot method.

Best regards,
Larry

i love that people are finally listening to me :slight_smile: