alpacahq / Alpaca-API

The Alpaca API is a developer interface for trading operations and market data reception through the Alpaca platform.
https://alpaca.markets/
141 stars 13 forks source link

Some tickers are available via api.get_barset() but not api.get_asset() #114

Open sokol11 opened 4 years ago

sokol11 commented 4 years ago

Calling api.get_asset('ARAV') in python yields "APIError: asset not found for ARAV" but calling api.get_barset('ARAV') returns correct bars. 'ARAV' is a small-cap traded on NASDAQ. I wonder if it is tradeable via alpaca and if so why doesn't api.get_asset('ARAV') see it. Any insight is greatly appreciated. Thanks.