Create Wall Street agents, programmatically.
Define an analyst's mandate in plain English and deploy it in one API call — it reads SEC filings and earnings transcripts and answers through its lens, always cited.
NewHedgeFundAPI × Variant — now partnered. Build with the HedgeFundAPI right inside Variant's avatar creator — give your avatar a Wall Street analyst brain, grounded in SEC filings and earnings calls.
Give your avatar a Wall Street brain.
Point your avatar at any ticker and it reads the tape for you — SEC filings, XBRL financials, and earnings calls — and answers through its own mandate, cited to the source.
Services attach-rate says mix shift, not saturation — consensus is misreading the deceleration.
Operating margin collapsed to 2.0% — no visible inflection until the cost reset lands.
The $20B buyback is a dated, hard catalyst the Street is under-modeling.
Build your own research desk.
Hire analysts with different mandates. Each one reads the filings and transcripts, takes a view through its own lens, and cites every claim.
POST /v1/workflows
{
"name": "Margin Surgeon",
"persona": "Dissect unit economics,
find the margin inflection"
}
→ { "id": "wf_a1b2c3d4" }The $20B buyback is a dated, hard catalyst the Street is under-modeling.
Consensus reads services deceleration as saturation; the attach-rate data says mix shift.
Guidance re-affirmed but hedged in the Q&A — credibility gap widening.
One endpoint set. The whole filing stack.
Ask through an agent persona — chat, summary, or deep report. Grounded + cited.
Research answers over SEC filings + earnings transcripts, with source URLs.
Semantic search across a ticker's filing chunks (pgvector, HNSW).
Audited GAAP time-series from SEC XBRL — revenue, EBITDA, margins, FCF.
Global 8-K feed, LLM-classified as hard catalyst / special situation / routine.
Per-call intelligence: catalysts, activist case, margins, tone, bear case.
Forward guidance extracted from recent 8-Ks, with evidence quotes.
Special-situation events — activist 13D, DEF 14A, governance, M&A.
Create persona agents (bots) — mandate + avatar, addressed by id.
Primary sources, ingested and grounded.
Every answer carries the filing or transcript it came from — no ungrounded claims.
Ask a question. Get a cited answer.
$ curl https://api.hedgefundapi.com/v1/workflow/ask \
-H "Authorization: Bearer hfk_live_…" \
-d '{ "ticker": "HOG",
"question": "Why is it underperforming?",
"persona": "Activist, operational turnarounds",
"mode": "chat" }'
{
"ticker": "HOG",
"answer": "HOG is underperforming on a structural margin
collapse — $45M Q1 tariffs, a 54% HDFS revenue drop from
the capital-light pivot, and elevated opex…",
"sources": [
{ "form_type": "10-Q", "filing_date": "2026-05-06", … },
{ "form_type": "Earnings Call", "filing_date": "2026-05-05", … }
],
"status": "ready"
}Ship it. Your Variant tokens power every call.
Log in with your Variant account, mint a key, and start querying the filing stack.