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
first-call.ts

import { FinaticServer } from '@finatic/server-node';

const finatic = await FinaticServer.init(

process.env.FINATIC_API_KEY

);

const positions = await finatic.getPositions();

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.