TradePeregrine
Developer API

Build on market intelligence, analytics, and risk.

Integrate market data, scanner results, research summaries, and risk analytics into your own products. Start against mock endpoints in the sandbox, then talk to us about production access. All endpoints shown here are illustrative developer previews.

Endpoints

Seven categories of programmatic access.

Each category is an illustrative developer preview. Availability and shape may change before general release.

Beta

Market data

Quotes, reference data, and market context across supported asset classes.

Beta

Scanner

Structured opportunity results with setup type, evidence, and risk context.

Beta

Research

AI-generated summaries with links back to underlying sources.

Beta

Portfolio & risk analytics

Exposure, concentration, correlation, and risk estimates for a set of positions.

Coming soon

Historical

Historical series for research and backtesting, subject to data licensing.

Coming soon

Alerts

Programmatically create and manage alert conditions.

Coming soon

Webhooks

Receive event notifications at your endpoint where supported.

Quickstart

A request in your language of choice.

The examples below hit clearly-labeled mock endpoints. Swap in your sandbox key to explore response shapes without touching production.

// MOCK endpoint — illustrative developer preview.
const res = await fetch(
  "https://api.tradeperegrine.example/v1/scanner",
  {
    method: "POST",
    headers: {
      Authorization: `Bearer ${process.env.TP_SANDBOX_KEY}`,
      "Content-Type": "application/json",
    },
    body: JSON.stringify({ assetClass: "equities", setup: "momentum" }),
  }
);
const data = await res.json();

Endpoints such as api.tradeperegrine.example are mock illustrations for the developer preview and do not return live data. Keep API keys server-side; never embed them in client code.

Sandbox

Get a key and start building.

Create an account to request a sandbox key for mock endpoints, or contact sales to discuss production data access, rate limits, and security review.

Sandbox

Beta

Build and test against mock endpoints.

Free

Growth

Coming soon

Ship integrations with production data access.

Custom

Enterprise

Enterprise

Custom scale, security, and support.

Custom
Status

Where the API stands today.

The developer API is in preview. Categories are being rolled out incrementally, and interfaces may change ahead of general availability.

A public status page and versioned documentation are planned. For current availability, rate limits, and onboarding, reach out via contact sales.

AI-generated analysis may be incomplete, delayed, or inaccurate and may rely on imperfect third-party data. Verify against original sources.