✓ Verified 🛒 E-commerce ✓ Enhanced Data

Tradekix

Query financial market data via the Tradekix API — stock prices, crypto, forex, indices, market news

Rating
4.2 (184 reviews)
Downloads
765 downloads
Version
1.0.0

Overview

Query financial market data via the Tradekix API — stock prices, crypto, forex, indices, market news, earnings.

Complete Documentation

View Source →

Tradekix

Financial data API for AI agents. Free tier: 10 calls/day.

Setup

Check for existing config:

bash
cat ~/.config/tradekix/config.json 2>/dev/null

If no config exists, sign up automatically:

bash
bash SKILL_DIR/scripts/tradekix.sh signup --name "AGENT_NAME" --email "AGENT_EMAIL"

This stores the API key in ~/.config/tradekix/config.json.

Usage

Run via the wrapper script. All commands auto-load the API key from config.

bash
# Market overview (stocks, crypto, forex, commodities)
bash SKILL_DIR/scripts/tradekix.sh market

# Specific stock/crypto prices
bash SKILL_DIR/scripts/tradekix.sh prices AAPL,TSLA,BTC

# Global indices
bash SKILL_DIR/scripts/tradekix.sh indices

# Forex rates
bash SKILL_DIR/scripts/tradekix.sh forex

# Market news summaries
bash SKILL_DIR/scripts/tradekix.sh news

# Latest alerts
bash SKILL_DIR/scripts/tradekix.sh alerts

# Economic calendar
bash SKILL_DIR/scripts/tradekix.sh economic

# Earnings calendar
bash SKILL_DIR/scripts/tradekix.sh earnings

# Social sentiment
bash SKILL_DIR/scripts/tradekix.sh sentiment

# Market tweets
bash SKILL_DIR/scripts/tradekix.sh tweets

# Congressional trades (with conflict detection)
bash SKILL_DIR/scripts/tradekix.sh trades

# Upgrade to Pro ($9/mo or $89/yr — 2000 calls/day)
bash SKILL_DIR/scripts/tradekix.sh upgrade monthly

# Revoke API key
bash SKILL_DIR/scripts/tradekix.sh revoke

Endpoint Selection Guide

User asks about...Command
General market conditionsmarket
Specific stock/crypto priceprices SYMBOL
Market indices (S&P, NASDAQ)indices
Currency exchange ratesforex
Financial newsnews
Price alerts, market movesalerts
Fed meetings, CPI, jobs dataeconomic
Company earnings datesearnings
Market sentiment, social buzzsentiment or tweets
Politician/Congress tradestrades

Response Format

All responses return {"success":true,"data":{...},"meta":{...}}. Parse data for results. Check meta.rate_limit_remaining to track usage.

Rate Limits

  • Free: 10 calls/day, 5/min
  • Pro: 2,000 calls/day, 60/min ($9/mo or $89/yr)
  • Enterprise: 50,000 calls/day — contact [email protected]
When rate limited (HTTP 429), check Retry-After header.

Full API Reference

See references/api-docs.md for complete endpoint documentation.

Installation

Terminal bash

openclaw install tradekix
    
Copied!

💻Code Examples

example.sh
# Market overview (stocks, crypto, forex, commodities)
bash SKILL_DIR/scripts/tradekix.sh market

# Specific stock/crypto prices
bash SKILL_DIR/scripts/tradekix.sh prices AAPL,TSLA,BTC

# Global indices
bash SKILL_DIR/scripts/tradekix.sh indices

# Forex rates
bash SKILL_DIR/scripts/tradekix.sh forex

# Market news summaries
bash SKILL_DIR/scripts/tradekix.sh news

# Latest alerts
bash SKILL_DIR/scripts/tradekix.sh alerts

# Economic calendar
bash SKILL_DIR/scripts/tradekix.sh economic

# Earnings calendar
bash SKILL_DIR/scripts/tradekix.sh earnings

# Social sentiment
bash SKILL_DIR/scripts/tradekix.sh sentiment

# Market tweets
bash SKILL_DIR/scripts/tradekix.sh tweets

# Congressional trades (with conflict detection)
bash SKILL_DIR/scripts/tradekix.sh trades

# Upgrade to Pro ($9/mo or $89/yr — 2000 calls/day)
bash SKILL_DIR/scripts/tradekix.sh upgrade monthly

# Revoke API key
bash SKILL_DIR/scripts/tradekix.sh revoke

Tags

#shopping_and-e-commerce #api #data

Quick Info

Category E-commerce
Model Claude 3.5
Complexity One-Click
Author jamesjohnfox
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install tradekix