Relative Content

Tag Archive for pythontradingccxt

Why ccxt load_markets().keys() differ from fetch_tickers()?

I expect the code below to produce the same numbers (2542/2542), but it actually prints (2542/430). Why is this happening? It’s particularly strange because the markets from load_markets are currently trading, yet fetch_tickers does not display them. This function should be used for active tickers.