from typing import Any, Dict Ticker = Dict[str, Any] Tickers = Dict[str, Ticker]