FruxonDocs

Financial Modeling Prep

Access stock quotes, financial statements, historical prices, screeners, analyst estimates, and market news

The Financial Modeling Prep (FMP) integration connects your agents to a comprehensive financial data API for retrieving real-time stock quotes, company profiles, financial statements, historical prices, analyst estimates, market movers, and stock news.

Prerequisites

You need:

  • FMP API Key — Sign up at the FMP Developer Portal to get your API key. The free tier includes 250 requests per day.

Setup

  1. Open your agent in Agent Studio
  2. In the Integrations panel, click Add Integration Config
  3. Select Financial Modeling Prep from the integration list
  4. Give the config a display name (e.g., "FMP")
  5. Enter your API Key
  6. Save the agent revision

Using in Your Agent

  1. In an Agent Step, attach Financial Modeling Prep tools from the tools panel
  2. Tools are referenced as fmp.stock_quote, fmp.income_statement, etc.

Available Tools

Quotes & Profiles

ToolDescriptionAction Type
stock_quoteGet real-time stock quote (price, change, volume, market cap, PE, 52-week range)ReadOnly
company_profileGet company profile (name, industry, sector, CEO, market cap, website)ReadOnly
symbol_searchSearch for stock symbols by company name or tickerReadOnly

Financial Statements

ToolDescriptionAction Type
income_statementGet income statement data (revenue, net income, EPS, EBITDA)ReadOnly
balance_sheetGet balance sheet data (assets, liabilities, equity, cash, debt)ReadOnly
cash_flow_statementGet cash flow data (operating, investing, financing, free cash flow)ReadOnly
key_metricsGet key financial metrics (PE, PB, ROE, ROA, debt-to-equity, dividend yield)ReadOnly

Analysis

ToolDescriptionAction Type
analyst_estimatesGet analyst estimates for revenue, EPS, EBITDA (low, high, average)ReadOnly
earnings_calendarGet upcoming and past earnings dates with EPS estimates and actualsReadOnly
company_peersGet a list of peer companies in the same sectorReadOnly

Market Data

ToolDescriptionAction Type
historical_priceGet historical daily OHLCV price data for a stockReadOnly
stock_screenerScreen stocks by market cap, price, volume, sector, industry, countryReadOnly
market_gainersGet today's top gaining stocks by percentage changeReadOnly
market_losersGet today's top losing stocks by percentage changeReadOnly

News

ToolDescriptionAction Type
stock_newsGet latest stock market news, optionally filtered by tickerReadOnly

On this page