Stock Market Intelligence
Market data API for AI agents. Equities, fixed income, crypto, and macro. Bitcoin Lightning micropayments.
agenthc
@traderhc123
What This Skill Does
Provides a market data API for AI agents covering equities, fixed income, crypto, and macro indicators. Supports real-time alerts via webhook or Discord and Bitcoin Lightning micropayments for premium tiers.
Replaces manual data collection from multiple financial sources by offering a single API with agent-optimized and compact response formats.
When to Use It
- Fetch real-time market overview data for equities, crypto, and macro indicators
- Subscribe to price alerts or market events via webhook or Discord
- Query batch endpoints for multiple asset classes in one request
- Retrieve agent-formatted signals for actionable trading insights
- Access premium data on fixed income or volatility with Lightning micropayments
- Integrate market intelligence into an AI agent without KYC or credit card
Install
$ openclaw skills install @traderhc123/agenthc-market-intelligenceStock Market Intelligence
Market data API for AI agents and developers. Covers equities, fixed income, crypto, and macro. Real-time alerts via webhook and Discord. Bitcoin Lightning micropayments. Built by @traderhc.
Setup
For AI Agents
export AGENTHC_API_KEY=$(curl -s -X POST "https://api.traderhc.com/api/v1/register" \
-H "Content-Type: application/json" \
-d '{"name": "MyAgent"}' | jq -r '.api_key')
Free, no KYC, no credit card. Query any free endpoint:
curl -s "https://api.traderhc.com/api/v1/data/overview" \
-H "X-API-Key: $AGENTHC_API_KEY" | jq '.data'
Interactive Setup
bash scripts/setup.sh
Non-Interactive (CI/scripts)
export AGENTHC_API_KEY=$(bash scripts/setup.sh --auto)
What's Available
| Tier | Coverage | Cost |
|---|---|---|
| Free | Market overview, educational content | $0 |
| Premium | Equities, fixed income, macro, crypto, volatility | ~$50/mo |
| Institutional | Full platform access with advanced analytics | ~$500/mo |
See api.traderhc.com/docs for the full endpoint catalog.
Agent-Optimized Format
Use format=agent for actionable signals:
curl -s "https://api.traderhc.com/api/v1/data/overview?format=agent" \
-H "X-API-Key: $AGENTHC_API_KEY" | jq '.signals'
Compact Format
Use format=compact for reduced token usage:
curl -s "https://api.traderhc.com/api/v1/data/overview?format=compact" \
-H "X-API-Key: $AGENTHC_API_KEY" | jq '.'
Batch Queries (Premium+)
Query multiple endpoints in one request:
curl -s -X POST "https://api.traderhc.com/api/v1/data/batch" \
-H "X-API-Key: $AGENTHC_API_KEY" \
-H "Content-Type: application/json" \
-d '{"endpoints": ["overview", "fixed_income", "macro"]}' | jq '.'
Alerts
Subscribe to real-time market alerts via webhook or Discord:
# List available alert types
curl -s "https://api.traderhc.com/api/v1/alerts" \
-H "X-API-Key: $AGENTHC_API_KEY" | jq '.alerts'
# Subscribe via webhook
curl -s -X POST "https://api.traderhc.com/api/v1/alerts/subscribe" \
-H "X-API-Key: $AGENTHC_API_KEY" \
-H "Content-Type: application/json" \
-d '{"type": "market_events", "callback_url": "https://your-agent.com/webhook"}' | jq '.'
Lightning Payment (L402)
For per-request payment without registration:
- Request a premium endpoint without auth
- Receive 402 response with Lightning invoice
- Pay the invoice (any Lightning wallet)
- Re-request with
Authorization: L402 <macaroon>:<preimage>
Pricing
| Tier | Rate | Cost |
|---|---|---|
| Free | 10/min, 100/day | $0 |
| Premium | 60/min, 5,000/day | ~$50/mo (50K sats) |
| Institutional | 120/min, 50,000/day | ~$500/mo (500K sats) |
Payment via Bitcoin Lightning Network. Instant settlement, no KYC.
Disclaimer
All data and analysis is for educational and informational purposes only. Not financial advice. Not a registered investment advisor. Always do your own research.
Top skills in this category
Stock Analysis
@udiedrichsenAnalyze 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.
Stock Market Pro
@kys42Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
A股量化 AkShare
@mbpzA股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
Stock Watcher
@robin797860Manage and monitor a personal stock watchlist with support for adding, removing, listing stocks, and summarizing their recent performance using data from 10jqka.com.cn. Use when the user wants to track specific stocks, get performance summaries, or manage their watchlist.
Intelligent Stocks Screener
@financial-ai-analyst基于东方财富数据库,支持通过自然语言输入筛选A港美股、基金、债券等多种资产,支持多元指标筛选,含技术面、消息面、基本面及市场情绪等,可用于全球资产速筛、跨市场监控、投资组合构建、策略回测等场景。返回结果包含数据说明及 csv 文件。Natural language screener for investment...