Developers

Build with Finley

Integrate AI-powered financial intelligence into your applications with our robust API and SDKs.

example.js
// Initialize the Finley SDK
import Finley from '@finley/sdk';

const finley = new Finley({
  apiKey: process.env.FINLEY_API_KEY,
});

// Get portfolio summary
const portfolio = await finley.portfolio.get();
console.log(portfolio.totalValue);
// => 125430.50

// Get AI-powered insights
const insights = await finley.insights.generate({
  type: 'tax_optimization',
  timeframe: '2024',
});

API Endpoints

Portfolio API

Access real-time portfolio data, holdings, and performance metrics.

GET
/v1/portfolio

Transactions API

Retrieve transaction history across all linked accounts.

GET
/v1/transactions

AI Insights API

Get personalized AI-powered financial recommendations.

POST
/v1/insights

Goals API

Create, update, and track financial goals programmatically.

POST
/v1/goals

Official SDKs

Get started quickly with our official libraries

API Reference

Complete documentation for all API endpoints.

Read Docs →

Sandbox

Test API calls with sample data before going live.

Try Sandbox →

Community

Join our Discord to connect with other developers.

Join Discord →

Ready to start building?

Create a free developer account and get your API key in seconds.

Get Started Free