Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Error in Research ( INTERNAL SERVER ERROR)

When I execute this:
assets = results.index.levels[1].unique()
pricing = get_pricing(assets, start_date='2016-01-01', end_date='2017-01-31', fields='open_price')

I get this error:
HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: http://localhost:8080/api/pricing

Yesterday it works fine, but I receive this error today.

1 response

I am also having the same problem. Previous workbooks that worked fine in the past are also giving me the same error.