Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
How to get data only instead of backtesting ?
API

Here are my requirements:
1.Don't execute backtest for the code snippets,just show data.
2. show aappl 's close price on 2017-12-15 just one time, instead of many times.
How to write codes?

1 response

Do you just want to get data? The easiest way is to use the notebook (research) environment https://www.quantopian.com/help#research-env.

See the attached notebook for a simple 'get_pricing' example