Skip to main content
The Noonum REST API lets you build, submit, and manage thematic investment strategies, browse premade strategies, run semantic search, and back-test portfolios.

Base URL

All endpoints are served under:
https://api.noonum.ai/v1

Authentication

Every request must include a bearer token:
Authorization: Bearer <token>
The token is your Noonum API key. See Authentication for how to request a key.

Using this reference

The endpoints in the sidebar are generated from the live OpenAPI spec. Each page documents the request and response schema and includes an interactive console. Open any endpoint to send a request from the console, or start with the Strategies endpoints to build and back-test your first strategy.