Any support for getting all tickers?

Hi all,

With V2 of the API, is there a function or a suggested approach for retrieving All Tickers. I’m thinking of something similar to the only polygon function “all_tickers()”

The use case I’m trying to solve for is looping through all tickers and picking out the ones that fall within a certain price (either the last quote or the previous day close).

Thanks!

Posting Dan’s response on the slack channel for completeness:

To get a list of all assets currently available to trade on Alpaca use the GET assets endpoint. The results will include a number of assets where tradable=False . Filter the results by tradable=True to get just those that are currently available to trade.