# Crypto Pairs — yfinance format (SYMBOL-USD)
#
# yfinance uses the format SYMBOL-USD for crypto pairs (e.g., BTC-USD, ETH-USD).
# PricePlugin stores these with the yfinance ticker as-is (BTC-USD, not BTC/USD).
# If Finlet's internal format differs, add a mapping in the ingestion script.
#
# Source: Top crypto assets by market cap from CoinGecko/CoinMarketCap.
#
# To refresh this list:
#   python -c "
#   import yfinance as yf
#   # Check available crypto pairs
#   for sym in ['BTC-USD', 'ETH-USD', 'SOL-USD']:
#       t = yf.Ticker(sym)
#       print(sym, t.info.get('shortName', 'N/A'))
#   "
#
# Last updated: 2026-04-17
# Count: ~29 pairs (UNI-USD removed 2026-04-17 — delisted from yfinance)

# === Major ===
BTC-USD
ETH-USD
BNB-USD
SOL-USD
XRP-USD
ADA-USD
DOGE-USD
DOT-USD
AVAX-USD

# === DeFi ===
AAVE-USD
LINK-USD
MKR-USD
CRV-USD
LDO-USD
SNX-USD

# === Layer 1/2 ===
ATOM-USD
NEAR-USD
FTM-USD
ALGO-USD
APT-USD
ARB-USD
OP-USD

# === Stablecoins (for reference/completeness — price should be ~$1) ===
# USDT-USD
# USDC-USD

# === Other top-50 ===
LTC-USD
BCH-USD
FIL-USD
ICP-USD
HBAR-USD
