Crypto Prices

SkillCommerce & finance

About AI quantitative trading platform for crypto, stocks, and forex with backtesting, live trading, market data, and multi-agent research.vibe-trading ,trading-agents,ai-trader,ai-trading

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Crypto Prices skill

What this skill tells your AI

The instructions your AI receives, as published by signal-execution-labs/forex-trading-ai-agent in skills/crypto-prices/SKILL.md and read by ahel’s review.

Fetch real-time cryptocurrency prices from Binance API.

Features

  • No API key required (public data)
  • 24h price change and volume
  • Support for any trading pair

Usage

# Single price
python binance.py BTC
python binance.py ETHUSDT

# Multiple prices
python binance.py BTC ETH SOL

Output

{
  "symbol": "BTCUSDT",
  "price": 67500.00,
  "change": 1250.50,
  "changePercent": 1.89,
  "high": 68000.00,
  "low": 66000.00,
  "volume": 25000.5,
  "quoteVolume": 1687500000.00,
  "source": "binance"
}

Requirements

  • Python 3.x (no external dependencies)

Signals

GitHub stars
136
Forks
870
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
crypto-prices
Source
github.com/signal-execution-labs/forex-trading-ai-agent