synth-dataQuery volatility forecasts from Synthdata.co for crypto, commodities, and stocks. Compare assets and run Monte Carlo simulations.
Install via ClawdBot CLI:
clawdbot install emsin44/synth-dataQuery and analyze volatility forecasts from Synthdata.co for crypto, commodities, and stock indices.
Set your API key:
export SYNTHDATA_API_KEY=your_key_here
# Single asset
python3 scripts/synth.py BTC
# Multiple assets comparison
python3 scripts/synth.py BTC ETH SOL --compare
# All assets overview
python3 scripts/synth.py --all
# Monte Carlo simulation (24h max)
python3 scripts/synth.py BTC --simulate --hours 12
| Ticker | Name | Category |
|--------|------|----------|
| BTC | Bitcoin | Crypto |
| ETH | Ethereum | Crypto |
| SOL | Solana | Crypto |
| XAU | Gold | Commodity |
| SPYX | S&P 500 | Index |
| NVDAX | NVIDIA | Stock |
| GOOGLX | Google | Stock |
| TSLAX | Tesla | Stock |
| AAPLX | Apple | Stock |
==================================================
BTC ā Bitcoin
==================================================
Price: $77,966
24h Change: š“ -0.95%
Current Vol: 58.4% š [Elevated]
Avg Realized: 53.3%
Forecast Vol: 52.2%
| Level | Range | Emoji |
|-------|-------|-------|
| Low | < 20% | š¢ |
| Moderate | 20-40% | š” |
| Elevated | 40-60% | š |
| High | 60-80% | š“ |
| Extreme | > 80% | š“ |
python3 scripts/synth.py --all
Get a ranked table of all assets by volatility.
python3 scripts/synth.py BTC --simulate --hours 24 --paths 1000
Generate probabilistic price ranges using forecast volatility (24h max - Synthdata forecast window).
Create a cron job for daily Slack/Telegram forecasts (see examples/use-cases.md).
Monitor for assets crossing volatility thresholds and trigger notifications.
See references/api.md for full API documentation.
import requests
resp = requests.get(
"https://api.synthdata.co/insights/volatility",
params={"asset": "BTC"},
headers={"Authorization": f"Apikey {API_KEY}"}
)
data = resp.json()
# Key fields:
price = data["current_price"]
realized_vol = data["realized"]["average_volatility"]
forecast_vol = data["forecast_future"]["average_volatility"]
Generated Mar 1, 2026
Traders use the skill to monitor volatility forecasts for BTC, ETH, and SOL to identify potential price spikes or drops. This helps in adjusting position sizes and timing entries/exits, especially for options trading where volatility is a key pricing factor.
Asset managers integrate the skill to assess volatility levels across stocks like NVDAX and TSLAX, using Monte Carlo simulations to project price ranges. This aids in portfolio rebalancing and setting stop-loss orders when volatility thresholds are breached.
Analysts query volatility for gold (XAU) and other commodities to forecast price stability or turbulence. The skill's comparison feature allows benchmarking against crypto assets, supporting hedging strategies and supply chain planning.
Media outlets automate daily volatility reports using scheduled cron jobs, pulling data for all assets to create ranked tables. This provides subscribers with real-time insights on market conditions, enhancing content for newsletters or alerts.
Brokerages embed the skill to offer volatility forecasts and simulations as a premium feature for retail investors. Users can compare assets like SPYX and AAPLX, receiving alerts when volatility levels shift to inform trading decisions.
Offer the volatility data via a paid API tier, where users pay monthly for access to forecasts, comparisons, and simulations. Revenue comes from tiered pricing based on request volume, targeting hedge funds and trading firms.
License the skill to financial institutions to integrate into their internal tools, providing customized dashboards with volatility insights. Revenue is generated through upfront licensing fees and ongoing support contracts.
Develop a mobile app that offers basic volatility checks for free, with premium features like Monte Carlo simulations and advanced alerts requiring a subscription. Revenue streams include in-app purchases and ad placements for free users.
š¬ Integration Tip
Set up environment variables for the API key and use cron jobs to automate daily reports, ensuring seamless data flow into existing alert systems like Slack or Telegram.
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring, trending stocks, or finding rumors before they hit mainstream.
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.
Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
Become an autonomous prediction market trader on Polymarket with AI-powered analysis and a performance-backed token on Base. Trade real markets, build a track record, and let the buyback flywheel run.
Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.
Trade and monitor Hyperliquid perpetual futures. Check balances, view positions with P&L, place/cancel orders, execute market trades. Use when the user asks about Hyperliquid trading, portfolio status, crypto positions, or wants to execute trades on Hyperliquid.