Hi, this issue was addressed several times in the past for 'minute' data, but this time it's happening with the 'daily' frequency as well:
HTTPErrorTraceback (most recent call last)
<ipython-input-20-b21ac87e9f59> in <module>()
1 import pandas
----> 2 get_pricing('SPY', start_date='2016-08-23', end_date='2016-12-01', **frequency='daily'**, fields='close_price')
/build/src/qexec_repo/qexec/research/_api.pyc in get_pricing(symbols, start_date, end_date, symbol_reference_date, frequency, fields, handle_missing)
705 frequency=frequency,
706 fields=fields,
--> 707 handle_missing_mode=handle_missing,
708 )
709
/build/src/qexec_repo/qexec/research/web/client.pyc in get_pricing(self, symbols, start_date, end_date, symbol_reference_date, frequency, fields, handle_missing_mode)
245 symbol_reference_date,
246 frequency,
--> 247 fields,
248 )
249
/build/src/qexec_repo/qexec/research/web/helpers.pyc in _method(*args, **kwargs)
128 def _method(*args, **kwargs):
129 response = f(*args, **kwargs)
--> 130 response.raise_for_status()
131
132 # If we make it to here, that means we have a 200. It still might
/usr/local/lib/python2.7/dist-packages/requests/models.pyc in raise_for_status(self)
838
839 if http_error_msg:
--> 840 raise HTTPError(http_error_msg, response=self)
841
842 def close(self):
HTTPError: 500 Server Error: INTERNAL SERVER ERROR for url: http://localhost:8080/api/pricing