/api/v1/research/{ticker}$0.75AI equity-research report: bull/bear case, valuation, catalysts, risks, and a per-signal read-out for one stock
A full AI-synthesized equity-research memo for one US stock in one call. Fans out across profile, fundamentals, technicals, short interest, insider activity (Form 4/144), 13D/G stakes, 8-K events, news and sentiment, then an LLM distils a balanced bull/bear case, valuation context, catalysts, risks and a per-signal read-out with an overall stance. Factual synthesis, not advice.
GET /api/v1/research/AAPL
interface ResearchResponse {
ticker: string;
source: string;
as_of: string;
sections: {
profile: string;
snapshot: string;
financials: string;
technicals: string;
short_interest: string;
insider: string;
form_144: string;
ownership: string;
material_events: string;
news: string;
sentiment: string;
congress: string;
};
completeness: {
sections_ok: number;
sections_total: number;
fraction: number;
};
memo_generated: boolean;
report: {
thesis_summary: string;
bull_case: string[];
bear_case: string[];
valuation_context: string;
catalysts: string[];
risk_factors: string[];
signal_readout: {
insider: string;
short_interest: string;
technical: string;
sentiment: string;
institutional: string;
};
overall_stance: string;
confidence: string;
};
evidence: {
ticker: string;
profile: {
name: string;
sector: string;
market_cap: number;
employees: number;
exchange: string;
description: string;
};
price: {
change_percent: number;
last_close: number;
previous_close: number;
volume: number;
};
technicals: {
rsi_14: number;
sma_50: number;
ema_20: number;
macd: {
timestamp: string;
value: number;
signal: number;
histogram: number;
};
};
fundamentals: {
fiscal_year: string;
fiscal_period: string;
revenue: number;
net_income: number;
gross_profit: number;
eps_basic: number;
revenue_growth_yoy: number;
};
short_interest: {
days_to_cover: number;
short_interest: number;
settlement_date: string;
};
insider: {
buys: number;
sells: number;
shares_bought: number;
shares_sold: number;
net_shares: number;
signal: string;
};
form144_pending: number;
activist_filings: {
count: number;
schedules: string[];
};
material_events: Array<{
date: string;
items: string[];
}>;
recent_news: Array<{
title: string;
published_at: string;
}>;
news_sentiment: {
label: string;
average_tone: null;
trend: string;
};
peers: string[];
congress_trades: {
count: number;
recent: unknown[];
};
};
model: string;
disclaimer: string;
}Example response (click to expand)
{
"ticker": "AAPL",
"source": "x402stock",
"as_of": "2026-06-09T04:27:01.765Z",
"sections": {
"profile": "ok",
"snapshot": "ok",
"financials": "ok",
"technicals": "ok",
"short_interest": "ok",
"insider": "ok",
"form_144": "ok",
"ownership": "ok",
"material_events": "ok",
"news": "ok",
"sentiment": "ok",
"congress": "ok"
},
"completeness": {
"sections_ok": 12,
"sections_total": 12,
"fraction": 1
},
"memo_generated": true,
"report": {
"thesis_summary": "Apple Inc. is a leading technology company with a strong portfolio of products and services, primarily driven by iPhone sales. Recent performance shows a slight decline in stock price, while fundamentals indicate steady revenue growth. However, insider selling raises concerns about future prospects.",
"bull_case": [
"Strong revenue growth of 6.43% year-over-year, indicating robust demand for products.",
"Diverse product ecosystem with continuous innovation in software and services.",
"Large market capitalization of over $4.5 trillion, providing stability and resources for growth."
],
"bear_case": [
"Recent insider selling, with a net of 378,493 shares sold, may signal lack of confidence among executives.",
"Stock price has declined by over 2% recently, reflecting potential market concerns.",
"High short interest of 138,782,718 shares could indicate bearish sentiment among investors."
],
"valuation_context": "Current EPS is 7.49, with a market cap of $4.5 trillion, suggesting a premium valuation relative to peers.",
"catalysts": [
"Upcoming product launches and updates in the software ecosystem could drive sales.",
"Continued expansion into AI and augmented reality may open new revenue streams."
],
"risk_factors": [
"Dependence on iPhone sales, which constitute a majority of revenue.",
"Potential regulatory scrutiny in the tech sector could impact operations."
],
"signal_readout": {
"insider": "Net selling observed, with 2 buys and 15 sells.",
"short_interest": "High short interest of 138,782,718 shares, with a days to cover of 2.74.",
"technical": "RSI at 53.22 indicates neutral momentum; recent price decline may suggest caution.",
"sentiment": "News sentiment is currently labeled as unknown, indicating mixed market perceptions.",
"institutional": "No specific institutional activity reported."
},
"overall_stance": "mixed",
"confidence": "medium"
},
"evidence": {
"ticker": "AAPL",
"profile": {
"name": "Apple Inc.",
"sector": "ELECTRONIC COMPUTERS",
"market_cap": 4514011993040,
"employees": 166000,
"exchange": "XNAS",
"description": "Apple is among the largest companies in the world, with a broad portfolio of hardware and software products targeted at consumers and businesses. Apple's iPhone makes up a majority of the firm sales, and Apple's other products like Mac, iPad, and Watch are designed around the iPhone as the focal point of an expansive software ecosystem. Apple has progressively worked to add new applications, like streaming video, subscription bundles, and augmented reality. The firm designs its own software and …"
},
"price": {
"change_percent": -2.1689334287759476,
"last_close": 301.54,
"previous_close": 307.34,
"volume": 77949483
},
"technicals": {
"rsi_14": 53.22391461916807,
"sma_50": 282.21040000000005,
"ema_20": 302.55295015666843,
"macd": {
"timestamp": "2026-06-08T04:00:00.000Z",
"value": 7.364532788593294,
"signal": 8.98867042895903,
"histogram": -1.6241376403657348
}
},
"fundamentals": {
"fiscal_year": "2025",
"fiscal_period": "FY",
"revenue": 416161000000,
"net_income": 112010000000,
"gross_profit": 195201000000,
"eps_basic": 7.49,
"revenue_growth_yoy": 0.0643
},
"short_interest": {
"days_to_cover": 2.74,
"short_interest": 138782718,
"settlement_date": "2026-05-15"
},
"insider": {
"buys": 2,
"sells": 15,
"shares_bought": 12645,
"shares_sold": 391138,
"net_shares": -378493,
"signal": "net_selling"
},
"form144_pending": 8,
"activist_filings": {
"count": 8,
"schedules": [
"13G",
"13G",
"13G",
"13G",
"13G"
]
},
"material_events": [
{
"date": "2026-04-30",
"items": [
"Results of Operations and Financial Condition",
"Financial Statements and Exhibits"
]
},
{
"date": "2026-04-20",
"items": [
"Departure/Election of Directors or Officers; Compensatory Arrangements"
]
},
{
"date": "2026-02-24",
"items": [
"Submission of Matters to a Vote of Security Holders",
"Financial Statements and Exhibits"
]
},
{
"date": "2026-01-29",
"items": [
"Results of Operations and Financial Condition",
"Financial Statements and Exhibits"
]
},
{
"date": "2026-01-02",
"items": [
"Departure/Election of Directors or Officers; Compensatory Arrangements"
]
},
{
"date": "2025-12-05",
"items": [
"Departure/Election of Directors or Officers; Compensatory Arrangements"
]
}
],
"recent_news": [
{
"title": "Stock Market Today, June 8: Apple Falls After Unveiling AI Siri and Apple Intelligence at WWDC",
"published_at": "2026-06-08T21:09:10Z"
},
{
"title": "Stock Market Today, June 8: Marvell, Intel, and Micron Lead Tech Stock Rebound",
"published_at": "2026-06-08T21:03:32Z"
},
{
"title": "Why is this Wealth Manager Buying 1 M
… (truncated — call the endpoint for the full response)