Integrate TickerTrends signal workflows directly into your dashboards, models, alerts, and research systems without forcing your team into another tool.
Consumer demand, B2B demand, company mapping, competitor movement, and KPI context.
Deliver acceleration, persistence, divergence, and coverage updates into internal tools.
Build around your universe, taxonomy, watchlists, reporting cadence, and model inputs.
TickerTrends is focused on pre-purchase intelligence, measuring demand signals and event-driven changes before they are reflected in reported financials or transaction data. Our API products help teams quantify how consumer, enterprise, social, and business events may translate into company-level financial impact.
Standardized time-series trackers across consumer usage, consumer interest, social interest, ecommerce demand, developer activity, and other demand signals.
Underlying source-level KPIs, tickerized and structured for deeper analysis and custom research workflows.
TickerTrends KPI forecast outputs with revision history for revenue, KPIs, and other tracked business metrics.
Structured discussion data tracking what products, brands, and companies are gaining or losing attention across virtually all major social channels, with regional coverage across countries.
Detect emerging products, platform shifts, launches, partnerships, campaigns, and events that may become company-level catalysts across sectors.
Connect TickerTrends data directly into AI-enabled research workflows through a structured MCP layer for fast retrieval and analysis.
Input any event and receive a structured output defining expected impact on a target reported company metric.
Flexible model layer for converting structured demand data into KPI forecasts.
Built for Research dashboards · Watchlists and alerts · Backtesting · Internal data pipelines
Start with covered signal payloads, then extend into custom company, product, competitor, and KPI models. The API is built for teams that need repeatable delivery into existing research and operating systems.
Weekly intent signal for a tracked product term.
Payloads can include raw values, signal scores, acceleration, persistence, peer comparison, and timestamps.
{
"status": "success",
"signal": {
"entity": "Hoka",
"type": "consumer_demand",
"period": "weekly",
"intent_volume": 142830,
"acceleration_90d": 0.284,
"persistence_score": 82,
"peer_divergence": 0.17,
"kpi_readthrough": ["traffic", "unit_demand"]
}
}The API service is designed for teams that already know where the answer needs to land: a model, a dashboard, a data warehouse, a weekly report, or an alert workflow.
import requests
base_url = "https://api.tickertrends.io/signals"
entity = "HOKA"
api_key = "your_api_key"
url = f"{base_url}?entity={entity}&signal_type=consumer_demand"
headers = {"Authorization": f"Bearer {api_key}"}
response = requests.get(url, headers=headers)
if response.status_code == 200:
data = response.json()
print("Data received:", data)
else:
print(f"Failed to retrieve data. Status code: {response.status_code}")
print("Error message:", response.text)Tell us what universe, signal fields, cadence, and delivery format your team needs.
Contact us