For agents
Decision brief recipe
A practical route recipe for an agent-generated stock brief.
Route plan
For a balanced one-symbol brief:
1. GET /v2/coverage?symbol=<symbol>
2. GET /v2/snapshot?symbol=<symbol>
3. GET /v2/valuation?symbol=<symbol>
4. If paid and user wants depth: GET /v2/fundamentals?symbol=<symbol>&period=quarter
5. If user asks risk/filings: GET /v2/filings?symbol=<symbol>&form=10-K,10-Q&limit=3
6. If user asks insider activity: GET /v2/insider?symbol=<symbol>&limit=10Output format
- Verdict: one sentence.
- What changed / current setup: price, performance, valuation, key financial trend.
- Risks/caveats: freshness, unsupported fields, filing/insider caveats.
- Follow-up calls made: route names, not raw JSON.Do not
- Call all routes blindly.
- Treat
unsupportedas failure. - Claim holdings, analyst consensus, transcripts, or news from noxstock.
- Hide stale/degraded freshness.