elif "binance" in r.url:
                        data = [x for x in r.json() if x['symbol'] == 'STEEMBTC'][0]
                        prices['binance'] = {
                            'price': float(data['lastPrice']),
                            'volume': float(data['quoteVolume'])}