Understanding human systems

We build AI to understand markets, behaviour, decisions, and collective systems.

Nebula

Live

Real-time social intelligence for stocks and global markets.

Learn more

Meridian

Closed beta

Institutional market intelligence and decision support.

One API.Every market signal.

Sentiment, mindshare, narratives, and market actors—one API for building with live equity intelligence.

Stocks first
Equity market intelligence
One contract
REST, MCP, and CLI
Free access
Included with every account
import os import httpx API_URL = (    "https://nebula-api.hiddensystems.ai")API_KEY = os.environ["NEBULA_API_KEY"] async def get_assets() -> dict:    async with httpx.AsyncClient(        base_url=API_URL,    ) as client:        response = await client.get(            "/api/v1/public/assets",            params={                "query": "NVDA",                "asset_class": "equity",            },            headers={"X-API-Key": API_KEY},        )        response.raise_for_status()        return response.json()
All posts

Choose how to get started

Start with Nebula

Access live market intelligence through our app and developer platform.


  • Live market intelligence in the Nebula app
  • API, MCP, and CLI access
  • Flexible plans that scale with you
  • Documentation and developer guides
Get Started with Nebula

Work with our team

Custom access and hands-on support for your organisation.


  • Dedicated onboarding and support
  • Custom usage limits
  • Bespoke data and integrations
  • Commercial terms and invoicing
  • Early access to new capabilities
Contact Sales

Stay up to date

New research, product updates, and insights.