marketpulse

Review·Scanned 2/17/2026

This skill provides a Python CLI and curl examples to query AIsa market data at https://api.aisa.one and links docs at https://aisa.mintlify.app. It requires and reads the AISA_API_KEY environment variable and includes shell commands like python3 {baseDir}/scripts/market_client.py and outbound curl network access.

from clawhub.ai·vec37cd7·30.7 KB·0 installs
Scanned from 1.0.0 at ec37cd7 · Transparency log ↗
$ vett add clawhub.ai/aisapay/marketpulseReview findings below

MarketPulse (Stocks + Crypto Data) 📊

Query real-time and historical financial data across equities and crypto—prices, market moves, metrics, and trends for analysis, alerts, and reporting.

Features

  • Stock Data: Historical prices, real-time quotes
  • Company News: Latest news by ticker
  • Financial Statements: Income, balance sheets, cash flow
  • Analyst Estimates: EPS forecasts, recommendations
  • Insider Trading: Track insider transactions
  • SEC Filings: 10-K, 10-Q, 8-K and more
  • Crypto Data: Real-time prices, historical OHLCV
  • Stock Screener: Filter by metrics

Quick Start

export AISA_API_KEY="your-key"

# Stock data
python scripts/market_client.py stock prices --ticker AAPL

# Crypto data
python scripts/market_client.py crypto snapshot --symbol BTC

Documentation

See SKILL.md for complete API documentation.