How to setup and use multiple symbol-list handles in is_symbol_qualified()?
![[Deleted User]](https://secure.gravatar.com/avatar.php?gravatar_id=9d602934bbece301c5d2032cd405446a&size=50&default=https%3A%2F%2Fvanillicon.com%2F9d602934bbece301c5d2032cd405446a.png)
in FAQs
I need to create an equivalent of Quantopian's context.sector_ids = [101,102,103,104,205,206,207,308,309,310,311]
- in CQ, I can make sector_ids = service.symbol_list.get_handle('GUID') , but if I put >1 GUID there, I get TypeError: get_handle() takes exactly 2 arguments (12 given)
Comments
Here's a working example: