API Documentation
Base URL
https://api.apps.myallies.com/v1All endpoints require an X-Api-Key header. Get your key or see the quickstart.
Endpoints
Account
8Register, login, manage API keys, and view usage statistics.
Market
17Stock quotes, charts, extended data, exchange lookup, market indices, crypto, market status, trending stocks, short interest, dividends, technicals, and stock scanners. Most endpoints require a contract code (SYMBOL_EXCHANGE format, e.g. AAPL_NASDAQ). Use the exchanges endpoint to look up available exchanges for a symbol.
Company
7Company profiles, search, corporate events, social sentiment, financial news, SEC filings, sector classification, and AI-generated descriptions.
Fundamentals
2Valuation ratios (PE, EPS, beta, dividends, RSI, EMAs, short interest) and SEC EDGAR financial statements (income, balance sheet, cash flow) with up to 5 years of history.
Graph & Intelligence
31Supply chain relationships, insider transactions with conviction scoring, institutional holders, executives, company network visualization, composite health scores, screeners, earnings predictions, and AI-generated reports.
Options
16Option expiration dates, option chain data, individual option quotes, unusual flow detection, put/call ratios, IV rank, max pain, volume analysis, Greeks visualization, and earnings straddle pricing.
Volatility
5Implied volatility surface, term structure analysis (contango/backwardation), put/call skew, historical vs implied volatility comparison with premium selling signals, and gamma exposure (GEX) by strike.
Portfolio
2Portfolio analysis with aggregate Greeks (delta, gamma, theta, vega), beta-weighted delta, stress testing at multiple scenarios, and options strategy backtesting with win rate and Sharpe ratio.
News
22Company-centric financial news, SEC filings as news, sentiment analysis, breaking news alerts, trending topics, market mood, story clusters with velocity tracking, article search, and category browsing. News is resolved to company symbols via AI-powered entity extraction from 20+ financial sources and SEC EDGAR.
Calendar
4Economic calendar events, earnings announcements with enhanced estimates, and dividend calendar.
Screener
4Pre-built and custom stock screeners powered by insider activity, institutional ownership, supply chain data, and composite scoring.
Market Analysis
7Market-wide analysis including sector performance, breadth indicators, top movers, unusual options activity, dark money flow signals, and dark pool volume data from FINRA RegSHO.
Hedge
3AI-powered hedge position suggestions. Submit your trade details and receive actionable hedge strategies using real market data and options chains.
Intelligence
5AI-powered company analysis, risk assessment, catalyst timelines, sentiment aggregation, and multi-company comparisons using the local LLM.
Alerts
3Webhook-based price and volatility alerts. Subscribe to price thresholds, IV levels, or volume spikes and receive real-time notifications via your webhook URL.
Congressional
3Congressional stock trading transparency. Track recent politician trades, analyze ticker-specific activity with supply chain and insider enrichment, and view top traders by volume.
FDA
3FDA drug approval catalysts including upcoming PDUFA dates, NDA filings, and recent approvals. Essential for biotech and pharmaceutical stock analysis.
Reference Data
10Currencies, exchanges, markets, countries, timezones, market holidays, FX rates, historical rate data, and currency conversion. Essential for multi-currency and multi-market trading applications.
Localization
8Multi-language support with translations, regional content, financial glossary, and IP-based geolocation. Supports 11 languages: English, Spanish, Chinese, Hindi, Turkish, Arabic (with RTL), German, French, Portuguese, Japanese, and Italian.
Example Request
curl -X GET "https://api.apps.myallies.com/v1/market/stocks/AAPL_NASDAQ/quote" \
-H "X-Api-Key: YOUR_API_KEY"{
"success": true,
"data": {
"symbol": "AAPL",
"lastPrice": 178.50,
"change": 2.30,
"changePercent": 1.306,
"marketSession": "Regular"
},
"meta": { "requestId": "req_y7z8a9", "version": "v1" }
}