API and AI agents for a comprehensive, continuously-vetted financial security master.
Consolidated security definitions from primary filings, exchanges, and trusted vendors—normalized and conflict-resolved.
Our Security Master Research Agent inspects latest filings and corporate actions, proposing verified updates automatically.
Automation delivers unparalleled efficiency and accuracy—rapid SLAs, auditable updates, and fewer manual touches.
REST APIs, bulk exports, and real-time research tools fit your workflows, from onboarding to daily operations.
Enter an ISIN to fetch FIGI and core attributes from the master.
Loading…
Loading…
Loading…
// 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.
// Triggers the Security Master Research Agent UI
await window.Tools.HandleButtonClick('Security Master');