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.
/v1/portfolio Transactions API
Retrieve transaction history across all linked accounts.
/v1/transactions AI Insights API
Get personalized AI-powered financial recommendations.
/v1/insights Goals API
Create, update, and track financial goals programmatically.
/v1/goals Official SDKs
Get started quickly with our official libraries
Ready to start building?
Create a free developer account and get your API key in seconds.
Get Started Free