Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Question: What are the commands to get live pricing data?

Hi, apologies for this basic question but I have been looking for the commands to sort this for 2 hours and can't find them.

What command do you need to use to get live pricing data in this context and what do you need to import? I am trying to create a risk free monthly moving average.

T_bill_monthly_MA = SimpleMovingAverage(inputs=daily T-bill pricing input here.pct_change()[1:]], window_length=21, mask=universe)

1 response

PS/ Also, where do you find the index to get the codes for all these equities?