Real-time multi-factor stock signals for any US equity or ETF. One API call — composite intelligence from technical analysis, momentum, fundamentals, microstructure, and options flow.
All API requests require an API key. Pass it via:
# Header (recommended) curl -H "X-API-Key: ql_your_key_here" https://quantlogix.ai/api/v1/signal?ticker=NVDA # Query parameter curl https://quantlogix.ai/api/v1/signal?ticker=NVDA&apikey=ql_your_key_here
API access is available to Pro and Institutional subscribers. Generate keys from your profile page.
Real-time composite signal for any US stock or ETF.
https://quantlogix.ai/api/v1/signal?ticker=NVDA| Parameter | Type | Description |
|---|---|---|
ticker | string | Stock or ETF ticker symbol (required) |
Response:
{
"ticker": "NVDA",
"signal": "Bullish",
"composite_score": 72,
"confidence": 55,
"scores": {
"technical": { "score": 78, "weight": 0.55, "details": { "rsi": 58.3, "sma_20": 132.45, "sma_50": 128.90, "sma_200": 115.20, "macd_histogram": 1.234 } },
"momentum": { "score": 65, "weight": 0.45, "details": { "change_pct": 2.15, "volume_ratio": 1.42 } }
},
"price": { "current": 135.50, "prev_close": 132.75, "change": 2.75, "change_pct": 2.07, "vwap": 134.20, "volume": 45200000, "after_hours": 136.10 },
"indicators": { "rsi": 58.3, "sma_20": 132.45, "sma_50": 128.90, "sma_200": 115.20, "macd_histogram": 1.234 },
"microstructure": { "score": 68, "health": { "label": "Healthy" }, "bias": { "direction": "Bullish", "strength": 3 } },
"timestamp": "2026-03-31T12:00:00.000Z"
}
Market microstructure analysis — VPIN, Amihud illiquidity, Kyle's lambda, order flow, smart money, institutional flow. Requires Basic tier or higher.
https://quantlogix.ai/api/v1/microstructure?ticker=NVDA| Parameter | Type | Description |
|---|---|---|
ticker | string | Stock or ETF ticker symbol (required) |
Response includes: VPIN, Amihud Illiquidity, Kyle's Lambda, Roll Spread, Bid-Ask Spread, Order Flow Imbalance, RVOL, HV 30-Day, Intraday Volatility, Point of Control, Smart Money Index, Price Efficiency, Volatility Regime, Institutional Flow (buy/sell %), Volume Profile, Hourly Volume Distribution, Cumulative Volume Delta.
Multi-source aggregated news — Finnhub, Yahoo Finance, CNBC. Deduplicated and sorted by date. Requires Pro tier or higher.
https://quantlogix.ai/api/v1/news?ticker=NVDA&limit=10| Parameter | Type | Description |
|---|---|---|
ticker | string | Stock or ETF ticker symbol (required) |
limit | integer | Max articles to return (default 10, max 50) |
QuantLogix Day-Trading Signal Score (QDTSS) — 4-layer intraday scoring with session classifier, VWAP/ORB engines, and trade plan (entry/stop/target with R:R). Institutional tier only.
https://quantlogix.ai/api/v1/day-signal?ticker=NVDA| Parameter | Type | Description |
|---|---|---|
ticker | string | Stock or ETF ticker symbol (required) |
Response includes: signal (Strong Buy / Buy / Lean Buy / Neutral / Lean Sell / Sell / Strong Sell), score, direction, layer breakdown (L1 Signal / L2 Context / L3 Risk / L4 Modifiers), session state, VWAP & ORB analysis, microstructure context, trade plan (entry/stop/target/R:R).
QuantLogix Swing-Trading Conviction Grade — A/B/C/D rating for 2-day to 4-week holds. Built on the same 5-factor engine as /v1/signal with swing-specific thresholds. Institutional tier only.
https://quantlogix.ai/api/v1/swing-signal?ticker=NVDA| Parameter | Type | Description |
|---|---|---|
ticker | string | Stock or ETF ticker symbol (required) |
Conviction grades: A Strong Conviction (score ≥ 75, full position, 2-4wk hold) · B Medium (60-74, half position, 1-2wk) · C Watchlist (40-59, quarter position, 2-5d) · D No Trade (0-39).
Response includes: signal, score, conviction { grade, label, position_size, hold_period }, direction, 3-pillar breakdown (Technical 40% / Flow 30% / Sentiment 30%), indicators, price, market_cap, sector.
Curated database of ~30 hot private/late-stage companies (Anthropic, OpenAI, Stripe, Databricks, SpaceX, etc.) with valuations, funding rounds, investors, and IPO status. Requires Pro tier or higher.
https://quantlogix.ai/api/v1/private-companies/list?sector=AI&limit=20| Parameter | Type | Description |
|---|---|---|
sector | string | Filter by sector (e.g. AI, Fintech, Defense). Optional. |
q | string | Free-text search across name, slug, tagline, tags. Optional. |
limit | integer | Max results (default 50, max 200). |
Full profile for one private company. Requires Pro tier or higher.
https://quantlogix.ai/api/v1/private-companies/anthropicResponse includes: name, tagline, sector, founded, HQ, employees, CEO, founders, current_valuation_usd, valuation_as_of, last_round, total_raised_usd, investors, products, competitors, ipo_status, rumored_ipo_year, estimated_revenue_usd, growth_descriptor, news_topics.
Recent news mentioning a private company, aggregated across 14 sources (Market Wire, Finnhub, Yahoo, CNBC, Seeking Alpha, AV, NewsAPI, MarketWatch, WSJ, Bloomberg, NYT, Reuters, AP) plus Google News. Pass slug for relevance scoring against the company's curated boost terms. Requires Pro tier or higher.
https://quantlogix.ai/api/v1/private-companies/news?q=Anthropic&slug=anthropic| Parameter | Type | Description |
|---|---|---|
q | string | Search query — typically the company name (required, max 80 chars). |
slug | string | Optional — when set, articles are scored using the company's curated boost terms (products, CEO, news topics) for higher relevance. |
| Signal | Score Range | Meaning |
|---|---|---|
| Bullish | 58-100 | Positive technical + momentum alignment, favorable microstructure |
| Neutral | 42-57 | Mixed signals, no clear directional bias |
| Bearish | 0-41 | Negative technicals, bearish momentum, sell pressure |
| Tier | Per Minute | Monthly | Endpoints |
|---|---|---|---|
| Pro | 60 | 10,000 | Signal (long-term), News, Private Companies |
| Institutional | 300 | Unlimited | All Pro endpoints + Day Signal, Swing Signal, Microstructure, Options, Batch, Webhooks |
| Data | Pro | Institutional |
|---|---|---|
| Signal (Bullish/Neutral/Bearish) | Yes | Yes |
| Composite score + confidence | Yes | Yes |
| Technical + Momentum scores | Scores only | Full details |
| RSI, SMA 20/50/200, MACD | Yes | Yes |
| Fundamental score + details | — | Yes |
| Options flow + details | — | Yes |
| Microstructure (VPIN, OFI, smart money) | — | Yes (15 metrics) |
| Institutional flow (buy/sell %) | — | Yes |
| Volume profile + hourly distribution | — | Yes |
| Cumulative volume delta | — | Yes |
| Market cap + sector | — | Yes |
Rate limit headers are included in every response:
X-RateLimit-Limit: 60 X-RateLimit-Monthly: 10000 X-API-Tier: pro
| Status | Meaning |
|---|---|
400 | Bad request — missing or invalid ticker |
401 | Unauthorized — missing or invalid API key |
403 | Forbidden — endpoint requires higher tier |
404 | Ticker not found |
429 | Rate limit exceeded |
500 | Server error |
import requests
response = requests.get(
"https://quantlogix.ai/api/v1/signal",
params={"ticker": "NVDA"},
headers={"X-API-Key": "ql_your_key_here"}
)
signal = response.json()
print(f"{signal['ticker']}: {signal['signal']} ({signal['composite_score']}/100)")
const res = await fetch("https://quantlogix.ai/api/v1/signal?ticker=NVDA", {
headers: { "X-API-Key": "ql_your_key_here" }
});
const signal = await res.json();
console.log(`${signal.ticker}: ${signal.signal} (${signal.composite_score}/100)`);
curl -H "X-API-Key: ql_your_key_here" \ "https://quantlogix.ai/api/v1/signal?ticker=AAPL"
Get your API key and start receiving real-time signals in minutes.
Get API Key