Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
get_prices module

Hi, which package is get_prices from and can I install it locally on my PC? Thanks in advance.

2 responses

get_pricing is part of Quantopian's Research Environment API. It pulls in pricing data that they pay for. For your local machine, you could look into using Quandl or Pandas Datareader.

great, thanks for clarifying