Financial Modeling Prep · Capability
Financial Modeling Prep API
Financial Modeling Prep (FMP) provides financial market data including real-time and historical stock quotes, company fundamentals, financial statements (income, balance sheet, cash flow), insider transactions, earnings, ratios, and economic data. This OpenAPI spec covers a representative subset of the public REST API.
What You Can Do
GET
Getquote
— Get real-time stock quote
/quote/{symbol}
GET
Gethistoricalprice
— Get historical end-of-day prices
/historical-price-full/{symbol}
GET
Getincomestatement
— Get company income statement
/income-statement/{symbol}
GET
Getbalancesheet
— Get company balance sheet
/balance-sheet-statement/{symbol}
GET
Getcashflowstatement
— Get company cash flow statement
/cash-flow-statement/{symbol}
GET
Getcompanyprofile
— Get company profile
/profile/{symbol}
GET
Searchsymbols
— Search for ticker symbols
/search
GET
Liststocks
— List all available stock symbols
/stock/list
GET
Getinsidertrading
— Get insider transactions
/insider-trading
GET
Getfinancialratios
— Get company financial ratios
/ratios/{symbol}
MCP Tools
getquote
Get real-time stock quote
read-only
idempotent
gethistoricalprice
Get historical end-of-day prices
read-only
idempotent
getincomestatement
Get company income statement
read-only
idempotent
getbalancesheet
Get company balance sheet
read-only
idempotent
getcashflowstatement
Get company cash flow statement
read-only
idempotent
getcompanyprofile
Get company profile
read-only
idempotent
searchsymbols
Search for ticker symbols
read-only
idempotent
liststocks
List all available stock symbols
read-only
idempotent
getinsidertrading
Get insider transactions
read-only
idempotent
getfinancialratios
Get company financial ratios
read-only
idempotent