Difficulties downloading data: no securities match the query parameters

Hello

I've been trying to use quantrocket master get to get a csv of the securities I'm interested in, per the first tutorial. So far as I can tell, my account is properly set up with this exchange, and I am connected to IB, but I get a "no securities match the query parameters" error. I'm even using the same query as what the -h for the command recommends (see picture), so from what I can see it should be working.

Any thoughts?

Make sure you pulled down the listings from IB first:

quantrocket master listings --exchange ARCA --sec-types ETF

Then monitor flightlog for a message that the process is complete.

quantrocket flightlog stream

After that retry your query.

Whoops, guess I skipped a step. Thanks!