Looks like there is a missed stock split for DGAZ in the database? 1 for 20 reverse split on Nov 26, 2018. The code below, run today, pulls prices that do not adjust for the split. Please let me know if I have done something wrong.
2018-11-20 00:00:00+00:00 2.775
2018-11-21 00:00:00+00:00 2.860
2018-11-23 00:00:00+00:00 2.851
2018-11-26 00:00:00+00:00 66.340
2018-11-27 00:00:00+00:00 68.380
prices_df = get_pricing('DAGZ', fields=['price'],
start_date='2018-11-20', end_date='2018-11-30',
frequency='daily')['price']