SecurityMaster.ai

API and AI agents for a comprehensive, continuously-vetted financial security master.

Try the API
1,000,000+
Securities
Stocks • Fixed Income • Derivatives
Coverage
Dozens
Sources Aggregated & AI-Vetted

Why SecurityMaster.ai

Unified Data

Consolidated security definitions from primary filings, exchanges, and trusted vendors—normalized and conflict-resolved.

AI Research Agent

Our Security Master Research Agent inspects latest filings and corporate actions, proposing verified updates automatically.

Accuracy at Scale

Automation delivers unparalleled efficiency and accuracy—rapid SLAs, auditable updates, and fewer manual touches.

Flexible Access

REST APIs, bulk exports, and real-time research tools fit your workflows, from onboarding to daily operations.

Live Demo: ISIN Lookup

Enter an ISIN to fetch FIGI and core attributes from the master.

Show raw JSON

Research Activity Snapshot

Summary
Loading…
In-Progress (Gathering)
Loading…
Queued (Gathering)
Loading…

API Quick Start

Lookup by ISIN (Demo)
// Using the in-page tool wrapper
const isin = 'US0378331005';
const res = await window.Tools.GetFigiRecordFromIsin(isin);
console.log(res); // JSON with figi, name, ticker, maturityDT, coupon, etc.
Open the Research Agent
// Triggers the Security Master Research Agent UI
await window.Tools.HandleButtonClick('Security Master');