https://api.noonum.ai/v2 or the MCP server at https://api.noonum.ai/v1/mcp, and carry an Authorization: Bearer <token> header, where <token> is your Noonum API key. If you are starting out, see the Quickstart and Authentication.
Guides
- Build a strategy: turn an investment thesis into a ranked list of companies, from objective to submission to refinement. Every step maps to a REST endpoint and an MCP tool.
- Iterate and refine a strategy: a Python workflow to enhance the objective, exclude unwanted companies, re-submit, and generate historical results.
- Analyze and compare strategies: work with existing strategies. View holdings, find outliers, compare, refine, and export them via the REST API or MCP server.
- End-to-end REST integration: a working tutorial with
curland Python side by side. Authenticate, use a public strategy from the catalog (GET /strategies?scope=public) or build your own, fetch holdings, and run a backtest.