-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Description
Toolkit Request: TradeKix
What is TradeKix?
TradeKix is a financial market data API built specifically for AI agents. It provides clean, structured JSON responses designed for agent consumption rather than human dashboards.
Endpoints available:
- Stock & crypto prices
- Market indices & forex rates
- Market overview (volatility, sentiment, breadth)
- Earnings calendar
- Economic events (FOMC, CPI, jobs data)
- Congressional stock trades with conflict-of-interest detection
- Social sentiment analysis
- Financial news summaries
Auth: API Key via X-API-Key header
Pricing: Free tier (10 calls/day, 5/min) — no credit card required. Pro tier available.
OpenAPI 3.0 spec: Available at https://tradekix-alpha.vercel.app/api/v1/openapi.json
(Also attached below for convenience)
Quick signup:
curl -X POST https://tradekix-alpha.vercel.app/api/v1/connect \
-H "Content-Type: application/json" \
-d '{"agent_name": "MyAgent", "email": "agent@example.com"}'Returns an API key instantly — no waitlist, no approval needed.
Why this would be valuable for Composio users:
- Financial data is one of the most requested categories for AI agents
- Pre-computed intelligence (not raw data dumps) saves tokens
- Congressional trades with conflict detection is unique — no other API offers this for agents
- Already live on GPT Store and RapidAPI
Website: https://tradekix.ai
We'd love to be added as a Composio toolkit. Happy to provide any additional info needed. Our OpenAPI spec covers all endpoints with full parameter documentation.
Thanks! 🚀