Windy Network for Excel exposes our multi-asset market data API as 22 custom functions — =WINDY.RATE, =WINDY.OHLC, =WINDY.RSI, and more — across crypto, 24/7 fiat, derivatives, indicators, reference rates, and market calendars.
Works with
Until the add-in lands on Microsoft AppSource, install it directly from the manifest. No account, no compile, no permissions screen.
In Excel: Insert → Get Add-ins → My Add-ins → Manage My Add-ins → Upload My Add-in — pick the file you just downloaded.
Click the Windy ribbon button under Home, paste your key, hit Save & validate.
In any cell:
=WINDY.RATE("BTC","USD")Each function returns a typed value or a 2-D range — Excel's dynamic arrays handle the layout automatically.
Rates & candles
Aggregated mid-rate across all sources.
Mid-rate at a specific timestamp.
Spills a 24×6 grid: timestamp, open, high, low, close, volume.
Date-range candles for backtests.
Per-exchange bid, ask, vwap, high, low, volume.
Technical indicators
Simple and exponential moving averages.
Relative strength index, 0–100.
Returns macd / signal / histogram in one row.
Upper / middle / lower bands.
Liquidity, derivatives, refrate
0–100 score with rating, spread (bps), exchange count.
Estimated slippage in bps for a given size.
Latest perpetual funding rate.
Open interest in base units.
Institutional benchmark fixings: fix / tcut / twap.
24/7 Fiat (Fiat247)
Real-time 24/7 derived fiat rate.
Candles for fiat pairs, around the clock.
RSI on fiat candles.
Calendar & discovery
Sydney / Tokyo / London / NY open status.
National holidays for an ISO country code.
Every supported crypto asset.
Every supported exchange.
Asset symbols are uppercase (BTC, ETH, USDT, GBP). Country codes use ISO-2 (US, GB, DE).
| Timeframe | Meaning |
|---|---|
| m1 | 1 minute |
| m5 · m15 · m30 | 5 / 15 / 30 minutes |
| h1 · h4 | 1 / 4 hours |
| d1 | Daily |
| w1 | Weekly |
| mo1 | Monthly |