Skip to content
Build your first broker connection

From API key to broker data in minutes.

Follow one clear path to authenticate, connect a brokerage, and fetch standardized positions. Start safely with generated data or move directly into your integration.

Free to startNo live funds in sandboxTypeScript and Python

Coding agents: start at /llms.txt and /AGENTS.md, then fetch the Client, Node, and Python SDK READMEs plus OpenAPI.

first-call.ts
import { FinaticServer } from '@finatic/server-node';

const finatic = new FinaticServer(
  process.env.FINATIC_API_KEY,
  { apiEnvironment: 'sandbox' },
);

const token = await finatic.v1.getToken();

// 90s - send token to the browser, never the API key
Follow the complete quick start

Choose your next task

A direct path from zero to first response

Browse all documentation

Dig into SDK setup, API contracts, platform features, and billing.