I thought this would be very basic. I have a dataframe that has a list of stock tickers and I wanted to trade against them. The dataframe is sourced from an external fetcher file.
symbol(sec) # where sec is a non-literal stock ticker.
Any thoughts on how to do this?
Thanks!
--Brian