wu/docs
← Home
Integrations

Market Data

Data is routed through a provider chain. WU BOT falls through to the next provider automatically on rate-limit or outage.

Supported providers

robinhood     realtime quotes, minute bars           (default equities)
polygon       tick + aggregate history                (paid)
yfinance      daily / minute EOD                      (free, delayed)
ccxt          crypto spot + derivatives               (free)
chain/native  Robinhood Chain on-chain reads          (default chain)

Selecting a chain

wu.toml
[data]
provider = "polygon"
fallback = ["robinhood", "yfinance"]