One typed client for quotes, financials, and market data — plus ready-made tools for AI SDK integrations.
import { FMP } from 'fmp-node-api';
const fmp = new FMP();
// real-time quote — stocks, crypto, forex, ETFs
const quote = await fmp.quote.getQuote('AAPL');
console.log(quote.data?.price);Pick an example, then press Run — illustrative responses.
Core API wrapper for direct FMP access
Financial tools for LLM integrations
Why this wrapper
Every response and parameter is fully typed.
One client, sixteen modules, zero boilerplate.
Thin wrapper — optimized for speed and efficiency.
Tool definitions for Vercel AI SDK & OpenAI Agents SDK.