alpacahq / pipeline-live

Pipeline Extension for Live Trading
https://pypi.org/project/pipeline-live/
Apache License 2.0
205 stars 56 forks source link

ERROR: pipeline_live.data.iex.classifiers.Sector() #28

Open Nicosunaa opened 3 years ago

Nicosunaa commented 3 years ago

Hi, I am trying to make a pipeline filtering the universe of stocks by industry but I am getting a error that says:

pharma_industry = Industry().search('Pharmaceuticals') AttributeError: 'Latest' object has no attribute 'search'

What operator can I use so the industry() filters any that includes the string 'pharmaceutical'?