I would like to trade ETFs using the Pipeline, however I cannot find a dataset that has the pricing for ETFs. For example,
from quantopian.pipeline.data.builtin import USEquityPricing
will get me the OHLC of stock/securities, but not ETFs. What import should I use to get the same data, but for ETFs?
Thanks