Skip to main content
Glama

xpay✦ Finance Collection

Server Details

250+ finance tools from Financial Modeling Prep, Alpha Vantage, AkShare, Polymarket, and Dome. Stock data, forex, financial statements, prediction markets, DCF valuations. Starts at $0.01/call. Get your API key at app.xpay.sh or xpay.tools

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

289 tools
analyze_marketInspect

Get comprehensive market analysis including probabilities, trading activity, and AI-friendly insights. Combines market data with recent trades.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesMarket slug to analyze
include_tradesNoInclude recent trading activity
calculateCustomDCFInspect

Run a tailored Discounted Cash Flow (DCF) analysis using the FMP Custom DCF Advanced API. With detailed inputs, this API allows users to fine-tune their assumptions and variables, offering a more personalized and precise valuation for a company.

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYes
calculateCustomLeveredDCFInspect

Run a tailored Discounted Cash Flow (DCF) analysis using the FMP Custom DCF Advanced API. With detailed inputs, this API allows users to fine-tune their assumptions and variables, offering a more personalized and precise valuation for a company.

ParametersJSON Schema
NameRequiredDescriptionDefault
inputYes
dome_activityInspect

Fetches activity data for a specific user with optional filtering by market, condition, and time range. Returns trading activity including MERGES, SPLITS, and REDEEMS.

ParametersJSON Schema
NameRequiredDescriptionDefault
userYesUser wallet address to fetch activity for
limitNoNumber of activities to return (1-1000)
offsetNoNumber of activities to skip for pagination
end_timeNoFilter activity until this Unix timestamp in seconds (inclusive)
start_timeNoFilter activity from this Unix timestamp in seconds (inclusive)
market_slugNoFilter activity by market slug
condition_idNoFilter activity by condition ID
dome_binance_pricesInspect

Fetches historical crypto price data from Binance. Returns price data for a specific currency pair over an optional time range. When no time range is provided, returns the most recent price. All timestamps are in Unix milliseconds. Currency format: lowercase alphanumeric with no separators (e.g., btcusdt, ethusdt).

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of prices to return (default: 100, max: 100). When no time range is provided, limit is automatically set to 1.
currencyYesThe currency pair symbol. Must be lowercase alphanumeric with no separators (e.g., btcusdt, ethusdt, solusdt, xrpusdt).
end_timeNoEnd time in Unix timestamp (milliseconds). If not provided along with start_time, returns the most recent price (limit 1).
start_timeNoStart time in Unix timestamp (milliseconds). If not provided along with end_time, returns the most recent price (limit 1).
pagination_keyNoPagination key (base64-encoded) to fetch the next page of results. Returned in the response when more data is available.
dome_candlesticksInspect

Fetches historical candlestick data for a market identified by condition_id, over a specified interval.

ParametersJSON Schema
NameRequiredDescriptionDefault
end_timeYesUnix timestamp (in seconds) for end of time range
intervalNoInterval length: 1 = 1m, 60 = 1h, 1440 = 1d. Defaults to 1m. ⚠️ Note: There are range limits for interval — specifically: 1 (1m): max range 1 week 60 (1h): max range 1 month 1440 (1d): max range 1 year
start_timeYesUnix timestamp (in seconds) for start of time range
dome_market_priceInspect

Fetches the current market price for a market by token_id. Allows historical lookups via the at_time query parameter.

ParametersJSON Schema
NameRequiredDescriptionDefault
at_timeNoOptional Unix timestamp (in seconds) to fetch a historical market price. If not provided, returns the most real-time price available.
dome_market_price_getInspect

Fetches the current market price for a Kalshi market by market_ticker. Returns prices for both yes and no sides. Allows historical lookups via the at_time query parameter.

ParametersJSON Schema
NameRequiredDescriptionDefault
at_timeNoOptional Unix timestamp (in seconds) to fetch a historical market price. If not provided, returns the most real-time price available.
dome_marketsInspect

Find markets on Polymarket using various filters including the ability to search

ParametersJSON Schema
NameRequiredDescriptionDefault
tagsNoFilter markets by tag(s). Can provide multiple values.
limitNoNumber of markets to return (1-100). Default: 10 for search, 10 for regular queries.
offsetNoNumber of markets to skip for pagination
searchNoSearch markets by keywords in title and description. Must be URL encoded (e.g., 'bitcoin%20price' for 'bitcoin price').
statusNoFilter markets by status (whether they're open or closed)
end_timeNoFilter markets until this Unix timestamp in seconds (inclusive)
event_slugNoFilter markets by event slug(s). Can provide multiple values.
min_volumeNoFilter markets with total trading volume greater than or equal to this amount (USD)
start_timeNoFilter markets from this Unix timestamp in seconds (inclusive)
market_slugNoFilter markets by market slug(s). Can provide multiple values.
condition_idNoFilter markets by condition ID(s). Can provide multiple values.
dome_markets_getInspect

Find markets on Kalshi using various filters including market ticker, event ticker, status, and volume

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of markets to return (1-100). Default: 10.
offsetNoNumber of markets to skip for pagination
searchNoSearch markets by keywords in title and description. Must be URL encoded (e.g., 'bitcoin%20price' for 'bitcoin price').
statusNoFilter markets by status (whether they're open or closed)
min_volumeNoFilter markets with total trading volume greater than or equal to this amount (in dollars)
event_tickerNoFilter markets by event ticker(s). Can provide multiple values.
market_tickerNoFilter markets by market ticker(s). Can provide multiple values.
dome_orderbook_historyInspect

Fetches historical orderbook snapshots for a specific asset (token ID) over a specified time range. If no start_time and end_time are provided, returns the latest orderbook snapshot for the market. Returns snapshots of the order book including bids, asks, and market metadata in order. All timestamps are in milliseconds. Orderbook data has history starting from October 14th, 2025. Note: When fetching the latest orderbook (without start/end times), the limit and pagination_key parameters are ignored.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of snapshots to return (default: 100, max: 200). Ignored when fetching the latest orderbook without start_time and end_time.
end_timeNoEnd time in Unix timestamp (milliseconds). Optional - if not provided along with start_time, returns the latest orderbook snapshot.
token_idYesThe token id (asset) for the Polymarket market
start_timeNoStart time in Unix timestamp (milliseconds). Optional - if not provided along with end_time, returns the latest orderbook snapshot.
pagination_keyNoPagination key to get the next chunk of data. Ignored when fetching the latest orderbook without start_time and end_time.
dome_orderbook_history_getInspect

Fetches historical orderbook snapshots for a specific Kalshi market (ticker) over a specified time range. If no start_time and end_time are provided, returns the latest orderbook snapshot for the market. Returns snapshots of the order book including yes/no bids and asks with prices in both cents and dollars. All timestamps are in milliseconds. Orderbook data has history starting from October 29th, 2025. Note: When fetching the latest orderbook (without start/end times), the limit parameter is ignored.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of snapshots to return (default: 100, max: 200). Ignored when fetching the latest orderbook without start_time and end_time.
tickerYesThe Kalshi market ticker
end_timeNoEnd time in Unix timestamp (milliseconds). Optional - if not provided along with start_time, returns the latest orderbook snapshot.
start_timeNoStart time in Unix timestamp (milliseconds). Optional - if not provided along with end_time, returns the latest orderbook snapshot.
dome_positionsInspect

Fetches all Polymarket positions for a proxy wallet address. Returns positions with balance >= 10,000 shares (0.01 normalized) with market info.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of positions to return per page. Defaults to 100, maximum 100.
pagination_keyNoPagination key returned from previous request to fetch next page of results
dome_sport_by_dateInspect

Find equivalent markets across different prediction market platforms (Polymarket, Kalshi, etc.) for sports events by sport and date.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateYesThe date to find matching markets for in YYYY-MM-DD format
dome_sportsInspect

Find equivalent markets across different prediction market platforms (Polymarket, Kalshi, etc.) for sports events using a Polymarket market slug or a Kalshi event ticker.

ParametersJSON Schema
NameRequiredDescriptionDefault
kalshi_event_tickerNoThe Kalshi event ticker(s) to find matching markets for. To get multiple markets at once, provide the query param multiple times with different tickers. Can not be combined with polymarket_market_slug.
polymarket_market_slugNoThe Polymarket market slug(s) to find matching markets for. To get multiple markets at once, provide the query param multiple times with different slugs. Can not be combined with kalshi_event_ticker.
dome_trade_historyInspect

Fetches historical trade data for Kalshi markets with optional filtering by ticker and time range. Returns executed trades with pricing, volume, and taker side information. All timestamps are in seconds.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of trades to return (default: 100)
offsetNoNumber of trades to skip for pagination
tickerNoThe Kalshi market ticker to filter trades
end_timeNoEnd time in Unix timestamp (seconds)
start_timeNoStart time in Unix timestamp (seconds)
dome_trade_history_getInspect

Fetches historical trade data with optional filtering by market, condition, token, time range, and user’s wallet address.

ParametersJSON Schema
NameRequiredDescriptionDefault
userNoFilter orders by user (wallet address)
limitNoNumber of orders to return (1-1000)
offsetNoNumber of orders to skip for pagination
end_timeNoFilter orders until this Unix timestamp in seconds (inclusive)
token_idNoFilter orders by token ID
start_timeNoFilter orders from this Unix timestamp in seconds (inclusive)
market_slugNoFilter orders by market slug
condition_idNoFilter orders by condition ID
dome_walletInspect

Fetches wallet information by providing either an EOA (Externally Owned Account) address or a proxy wallet address. Returns the associated EOA, proxy, and wallet type. Optionally returns trading metrics including total volume, number of trades, and unique markets traded when with_metrics=true.

ParametersJSON Schema
NameRequiredDescriptionDefault
eoaNoEOA (Externally Owned Account) wallet address. Either eoa or proxy must be provided, but not both.
proxyNoProxy wallet address. Either eoa or proxy must be provided, but not both.
end_timeNoOptional end date for metrics calculation (Unix timestamp in seconds). Only used when with_metrics=true.
start_timeNoOptional start date for metrics calculation (Unix timestamp in seconds). Only used when with_metrics=true.
with_metricsNoWhether to include wallet trading metrics (total volume, trades, and markets). Pass true to include metrics. Metrics are computed only when explicitly requested for performance reasons.
dome_wallet_profitandlossInspect

Fetches the realized profit and loss (PnL) for a specific wallet address over a specified time range and granularity. Note: This will differ to what you see on Polymarket’s dashboard since Polymarket showcases historical unrealized PnL. This API tracks realized gains only - from either confirmed sells or redeems. We do not realize a gain/loss until a finished market is redeemed.

ParametersJSON Schema
NameRequiredDescriptionDefault
end_timeNoDefaults to the current date if not provided.
start_timeNoDefaults to first day of first trade if not provided.
granularityYesExample: "day"
getAcquisitionOwnershipInspect

Track changes in stock ownership during acquisitions using the Acquisition Ownership API. This API provides detailed information on how mergers, takeovers, or beneficial ownership changes impact the stock ownership structure of a company.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoLimit on number of results (default: 2000)
symbolYesStock symbol
getActivelyTradingListInspect

List all actively trading companies and financial instruments with the FMP Actively Trading List API. This endpoint allows users to filter and display securities that are currently being traded on public exchanges, ensuring you access real-time market activity.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getADXInspect

Calculate the Average Directional Index (ADX) for a stock using the FMP ADX API. This tool helps users analyze trend strength and direction based on historical price data.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesStock symbol
timeframeYesTimeframe (1min, 5min, 15min, 30min, 1hour, 4hour, 1day)
periodLengthYesPeriod length for the indicator
getAftermarketQuoteInspect

Access real-time aftermarket quotes for stocks with the FMP Aftermarket Quote API. Track bid and ask prices, volume, and other relevant data outside of regular trading hours.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getAftermarketTradeInspect

Track real-time trading activity occurring after regular market hours with the FMP Aftermarket Trade API. Access key details such as trade prices, sizes, and timestamps for trades executed during the post-market session.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getAllExchangeMarketHoursInspect

View the market hours for all exchanges. Check when different markets are active.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getAllIndexQuotesInspect

The All Index Quotes API provides real-time quotes for a wide range of stock indexes, from major market benchmarks to niche indexes. This API allows users to track market performance across multiple indexes in a single request, giving them a broad view of the financial markets.

ParametersJSON Schema
NameRequiredDescriptionDefault
shortNoWhether to return short quotes (default: false)
getAllIndustryClassificationInspect

Access comprehensive industry classification data for companies across all sectors with the FMP All Industry Classification API. Retrieve key details such as SIC codes, industry titles, and business contact information.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination
limitNoLimit the number of results
getAllShareFloatInspect

Access comprehensive shares float data for all available companies with the FMP All Shares Float API. Retrieve critical information such as free float, float shares, and outstanding shares to analyze liquidity across a wide range of companies.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default: 0)
limitNoLimit on number of results (default: 1000, max: 5000)
getAnalystEstimatesInspect

Retrieve analyst financial estimates for stock symbols with the FMP Financial Estimates API. Access projected figures like revenue, earnings per share (EPS), and other key financial metrics as forecasted by industry analysts to inform your investment decisions.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoOptional page number (default: 0)
limitNoOptional limit on number of results (default: 10, max: 1000)
periodYesPeriod (annual or quarter)
symbolYesStock symbol
getAvailableCountriesInspect

Access a comprehensive list of countries where stock symbols are available with the FMP Available Countries API. This API enables users to filter and analyze stock symbols based on the country of origin or the primary market where the securities are traded.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getAvailableExchangesInspect

Access a complete list of supported stock exchanges using the FMP Available Exchanges API. This API provides a comprehensive overview of global stock exchanges, allowing users to identify where securities are traded and filter data by specific exchanges for further analysis.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getAvailableIndustriesInspect

Access a comprehensive list of industries where stock symbols are available using the FMP Available Industries API. This API helps users filter and categorize companies based on their industry for more focused research and analysis.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getAvailableSectorsInspect

Access a complete list of industry sectors using the FMP Available Sectors API. This API helps users categorize and filter companies based on their respective sectors, enabling deeper analysis and more focused queries across different industries.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getAvailableTranscriptSymbolsInspect

Access a complete list of stock symbols with available earnings call transcripts using the FMP Available Earnings Transcript Symbols API. Retrieve information on which companies have earnings transcripts and how many are accessible for detailed financial analysis.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_balance_sheetInspect

Get company balance sheet data.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol/ticker (e.g. '000001')
recent_nNoNumber of most recent records to return
getBalanceSheetGrowthBulkInspect

The Balance Sheet Growth Bulk API allows users to retrieve growth data across multiple companies’ balance sheets, enabling detailed analysis of how financial positions have changed over time.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearYesYear (e.g., 2023)
periodYesPeriod (Q1, Q2, Q3, Q4, FY)
getBalanceSheetStatementInspect

Access detailed balance sheet statements for publicly traded companies with the Balance Sheet Data API. Analyze assets, liabilities, and shareholder equity to gain insights into a company's financial health.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoLimit on number of results (default: 100, max: 1000)
periodNoPeriod (Q1, Q2, Q3, Q4, or FY)
symbolYesStock symbol
getBalanceSheetStatementAsReportedInspect

Access balance sheets as reported by the company with the As Reported Balance Statements API. View detailed financial data on assets, liabilities, and equity directly from official filings.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoLimit on number of results (default: 100, max: 1000)
periodNoPeriod type (annual or quarter)
symbolYesStock symbol
getBalanceSheetStatementGrowthInspect

Analyze the growth of key balance sheet items over time with the Balance Sheet Statement Growth API. Track changes in assets, liabilities, and equity to understand the financial evolution of a company.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoLimit on number of results (default: 100, max: 1000)
periodNoPeriod (Q1, Q2, Q3, Q4, or FY)
symbolYesStock symbol
getBalanceSheetStatementsBulkInspect

The Bulk Balance Sheet Statement API provides comprehensive access to balance sheet data across multiple companies. It enables users to analyze financial positions by retrieving key figures such as total assets, liabilities, and equity. Ideal for comparing the financial health and stability of different companies on a large scale.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearYesYear (e.g., 2023)
periodYesPeriod (Q1, Q2, Q3, Q4, FY)
getBalanceSheetStatementTTMInspect

Access detailed balance sheet statements for publicly traded companies with the Balance Sheet Data API. Analyze assets, liabilities, and shareholder equity to gain insights into a company's financial health.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoLimit on number of results (default: 100, max: 1000)
symbolYesStock symbol
getBatchAftermarketQuoteInspect

Retrieve real-time aftermarket quotes for multiple stocks with the FMP Batch Aftermarket Quote API. Access bid and ask prices, volume, and other relevant data for several companies during post-market trading.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolsYesComma-separated list of stock symbols
getBatchAftermarketTradeInspect

Retrieve real-time aftermarket trading data for multiple stocks with the FMP Batch Aftermarket Trade API. Track post-market trade prices, volumes, and timestamps across several companies simultaneously.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolsYesComma-separated list of stock symbols
getBatchMarketCapInspect

Retrieve market capitalization data for multiple companies in a single request with the FMP Batch Market Capitalization API. This API allows users to compare the market size of various companies simultaneously, streamlining the analysis of company valuations.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolsYesComma-separated list of stock symbols
getBatchQuotesInspect

Retrieve multiple real-time stock quotes in a single request with the FMP Stock Batch Quote API. Access current prices, volume, and detailed data for multiple companies at once, making it easier to track large portfolios or monitor multiple stocks simultaneously.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolsYesComma-separated list of stock symbols
getBatchQuotesShortInspect

Access real-time, short-form quotes for multiple stocks with the FMP Stock Batch Quote Short API. Get a quick snapshot of key stock data such as current price, change, and volume for several companies in one streamlined request.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolsYesComma-separated list of stock symbols
getBiggestGainersInspect

Track the stocks with the largest price increases using the Top Stock Gainers API. Identify the companies that are leading the market with significant price surges, offering potential growth opportunities.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getBiggestLosersInspect

Access data on the stocks with the largest price drops using the Biggest Stock Losers API. Identify companies experiencing significant declines and track the stocks that are falling the fastest in the market.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_cash_flowInspect

Get company cash flow statement data.

ParametersJSON Schema
NameRequiredDescriptionDefault
sourceNoData sourcesina
symbolYesStock symbol/ticker (e.g. '000001')
recent_nNoNumber of most recent records to return
getCashFlowGrowthBulkInspect

The Cash Flow Statement Growth Bulk API allows you to retrieve bulk growth data for cash flow statements, enabling you to track changes in cash flows over time. This API is ideal for analyzing the cash flow growth trends of multiple companies simultaneously.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearYesYear (e.g., 2023)
periodYesPeriod (Q1, Q2, Q3, Q4, FY)
getCashFlowStatementInspect

Gain insights into a company's cash flow activities with the Cash Flow Statements API. Analyze cash generated and used from operations, investments, and financing activities to evaluate the financial health and sustainability of a business.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoLimit on number of results (default: 100, max: 1000)
periodNoPeriod (Q1, Q2, Q3, Q4, or FY)
symbolYesStock symbol
getCashFlowStatementAsReportedInspect

View cash flow statements as reported by the company with the As Reported Cash Flow Statements API. Analyze a company's cash flows related to operations, investments, and financing directly from official reports.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoLimit on number of results (default: 100, max: 1000)
periodNoPeriod type (annual or quarter)
symbolYesStock symbol
getCashFlowStatementGrowthInspect

Measure the growth rate of a company’s cash flow with the FMP Cashflow Statement Growth API. Determine how quickly a company’s cash flow is increasing or decreasing over time.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoLimit on number of results (default: 100, max: 1000)
periodNoPeriod (Q1, Q2, Q3, Q4, or FY)
symbolYesStock symbol
getCashFlowStatementsBulkInspect

The Cash Flow Statement Bulk API provides access to detailed cash flow reports for a wide range of companies. This API enables users to retrieve bulk cash flow statement data, helping to analyze companies’ operating, investing, and financing activities over time.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearYesYear (e.g., 2023)
periodYesPeriod (Q1, Q2, Q3, Q4, FY)
getCashFlowStatementTTMInspect

Gain insights into a company's cash flow activities with the Cash Flow Statements API. Analyze cash generated and used from operations, investments, and financing activities to evaluate the financial health and sustainability of a business.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoLimit on number of results (default: 100, max: 1000)
symbolYesStock symbol
getCIKListInspect

Access a comprehensive database of CIK (Central Index Key) numbers for SEC-registered entities with the FMP CIK List API. This endpoint is essential for businesses, financial professionals, and individuals who need quick access to CIK numbers for regulatory compliance, financial transactions, and investment research.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoOptional limit on number of results (default: 1000)
getCommodityQuotesInspect

Get up-to-the-minute quotes for commodities with the FMP Real-Time Commodities Quotes API. Track the latest prices, changes, and volumes for a wide range of commodities, including oil, gold, and agricultural products.

ParametersJSON Schema
NameRequiredDescriptionDefault
shortNoWhether to use short format
getCompanyExecutivesInspect

Retrieve detailed information on company executives with the FMP Company Executives API. This API provides essential data about key executives, including their name, title, compensation, and other demographic details such as gender and year of birth.

ParametersJSON Schema
NameRequiredDescriptionDefault
activeNoFilter for active executives
symbolYesStock symbol
getCompanyNotesInspect

Retrieve detailed information about company-issued notes with the FMP Company Notes API. Access essential data such as CIK number, stock symbol, note title, and the exchange where the notes are listed.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getCompanyProfileInspect

Access detailed company profile data with the FMP Company Profile Data API. This API provides key financial and operational information for a specific stock symbol, including the company's market capitalization, stock price, industry, and much more.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getCompanyProfileByCIKInspect

Retrieve detailed company profile data by CIK (Central Index Key) with the FMP Company Profile by CIK API. This API allows users to search for companies using their unique CIK identifier and access a full range of company data, including stock price, market capitalization, industry, and much more.

ParametersJSON Schema
NameRequiredDescriptionDefault
cikYesCIK number
getCompanyProfilesBulkInspect

The FMP Profile Bulk API allows users to retrieve comprehensive company profile data in bulk. Access essential information, such as company details, stock price, market cap, sector, industry, and more for multiple companies in a single request.

ParametersJSON Schema
NameRequiredDescriptionDefault
partYesPart number (e.g., 0, 1, 2)
getCompanySECProfileInspect

Retrieve detailed company profiles, including business descriptions, executive details, contact information, and financial data with the FMP SEC Company Full Profile API.

ParametersJSON Schema
NameRequiredDescriptionDefault
cikNoCentral Index Key (CIK)
symbolNoStock symbol
getCompanySymbolsInspect

Easily retrieve a comprehensive list of financial symbols with the FMP Company Symbols List API. Access a broad range of stock symbols and other tradable financial instruments from various global exchanges, helping you explore the full range of available securities.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getCOTAnalysisInspect

Gain in-depth insights into market sentiment with the FMP COT Report Analysis API. Analyze the Commitment of Traders (COT) reports for a specific date range to evaluate market dynamics, sentiment, and potential reversals across various sectors.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoOptional end date (YYYY-MM-DD)
fromNoOptional start date (YYYY-MM-DD)
symbolYesCommodity symbol
getCOTListInspect

Access a comprehensive list of available Commitment of Traders (COT) reports by commodity or futures contract using the FMP COT Report List API. This API provides an overview of different market segments, allowing users to retrieve and explore COT reports for a wide variety of commodities and financial instruments.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getCOTReportsInspect

Access comprehensive Commitment of Traders (COT) reports with the FMP COT Report API. This API provides detailed information about long and short positions across various sectors, helping you assess market sentiment and track positions in commodities, indices, and financial instruments.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoOptional end date (YYYY-MM-DD)
fromNoOptional start date (YYYY-MM-DD)
symbolYesCommodity symbol
getCrowdfundingCampaignsByCIKInspect

Access detailed information on all crowdfunding campaigns launched by a specific company with the FMP Crowdfunding By CIK API.

ParametersJSON Schema
NameRequiredDescriptionDefault
cikYesCIK number to search for
getCryptocurrency1HourDataInspect

Access detailed 1-hour intraday price data for cryptocurrencies with the 1-Hour Interval Cryptocurrency Data API. Track hourly price movements to gain insights into market trends and make informed trading decisions throughout the day.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesCryptocurrency symbol (e.g., BTCUSD)
getCryptocurrency1MinuteDataInspect

Get real-time, 1-minute interval price data for cryptocurrencies with the 1-Minute Cryptocurrency Intraday Data API. Monitor short-term price fluctuations and trading volume to stay updated on market movements.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesCryptocurrency symbol (e.g., BTCUSD)
getCryptocurrency5MinuteDataInspect

Analyze short-term price trends with the 5-Minute Interval Cryptocurrency Data API. Access real-time, intraday price data for cryptocurrencies to monitor rapid market movements and optimize trading strategies.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesCryptocurrency symbol (e.g., BTCUSD)
getCryptocurrencyBatchQuotesInspect

Access live price data for a wide range of cryptocurrencies with the FMP Real-Time Cryptocurrency Batch Quotes API. Get real-time updates on prices, market changes, and trading volumes for digital assets in a single request.

ParametersJSON Schema
NameRequiredDescriptionDefault
shortNoGet short quotes instead of full quotes
getCryptocurrencyHistoricalFullChartInspect

Access comprehensive end-of-day (EOD) price data for cryptocurrencies with the Full Historical Cryptocurrency Data API. Analyze long-term price trends, market movements, and trading volumes to inform strategic decisions.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesCryptocurrency symbol (e.g., BTCUSD)
getCryptocurrencyHistoricalLightChartInspect

Access historical end-of-day prices for a variety of cryptocurrencies with the Historical Cryptocurrency Price Snapshot API. Track trends in price and trading volume over time to better understand market behavior.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesCryptocurrency symbol (e.g., BTCUSD)
getCryptocurrencyListInspect

Access a comprehensive list of all cryptocurrencies traded on exchanges worldwide with the FMP Cryptocurrencies Overview API. Get detailed information on each cryptocurrency to inform your investment strategies.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getCryptocurrencyQuoteInspect

Access real-time quotes for all cryptocurrencies with the FMP Full Cryptocurrency Quote API. Obtain comprehensive price data including current, high, low, and open prices.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesCryptocurrency symbol (e.g., BTCUSD)
getCryptocurrencyShortQuoteInspect

Access real-time cryptocurrency quotes with the FMP Cryptocurrency Quick Quote API. Get a concise overview of current crypto prices, changes, and trading volume for a wide range of digital assets.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesCryptocurrency symbol (e.g., BTCUSD)
getCryptoNewsInspect

Stay informed with the latest cryptocurrency news using the FMP Crypto News API. Access a curated list of articles from various sources, including headlines, snippets, and publication URLs.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
pageNoPage number (default: 0)
limitNoLimit on number of results (default: 20, max: 250)
getCryptoQuotesInspect

Access real-time cryptocurrency quotes with the FMP Full Cryptocurrency Quotes API. Track live prices, trading volumes, and price changes for a wide range of digital assets.

ParametersJSON Schema
NameRequiredDescriptionDefault
shortNoWhether to use short format
getDCFValuationInspect

Estimate the intrinsic value of a company with the FMP Discounted Cash Flow Valuation API. Calculate the DCF valuation based on expected future cash flows and discount rates.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getDCFValuationsBulkInspect

The FMP DCF Bulk API enables users to quickly retrieve discounted cash flow (DCF) valuations for multiple symbols in one request. Access the implied price movement and percentage differences for all listed companies.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getDelistedCompaniesInspect

Stay informed with the FMP Delisted Companies API. Access a comprehensive list of companies that have been delisted from US exchanges to avoid trading in risky stocks and identify potential financial troubles.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default: 0)
limitNoLimit on number of results (default: 100, max: 100)
getDEMAInspect

Calculate the Double Exponential Moving Average (DEMA) for a stock using the FMP DEMA API. This tool helps users analyze trends and identify potential buy or sell signals based on historical price data.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesStock symbol
timeframeYesTimeframe (1min, 5min, 15min, 30min, 1hour, 4hour, 1day)
periodLengthYesPeriod length for the indicator
getDisclosureInspect

Access the latest disclosures from mutual funds and ETFs with the FMP Mutual Fund & ETF Disclosure API. This API provides updates on filings, changes in holdings, and other critical disclosure data for mutual funds and ETFs.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesFund symbol
getDividendAdjustedChartInspect

Analyze stock performance with dividend adjustments using the FMP Dividend-Adjusted Price Chart API. Access end-of-day price and volume data that accounts for dividend payouts, offering a more comprehensive view of stock trends over time.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesStock symbol
getDividendsInspect

Stay informed about upcoming dividend payments with the FMP Dividends Company API. This API provides essential dividend data for individual stock symbols, including record dates, payment dates, declaration dates, and more.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoOptional limit on number of results (default: 100, max: 1000)
symbolYesStock symbol
getDividendsCalendarInspect

Stay informed on upcoming dividend events with the Dividend Events Calendar API. Access a comprehensive schedule of dividend-related dates for all stocks, including record dates, payment dates, declaration dates, and dividend yields.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
getDowJonesConstituentsInspect

Access data on the Dow Jones Industrial Average using the Dow Jones API. Track current values, analyze trends, and get detailed information about the companies that make up this important stock index.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getEarningsCalendarInspect

Stay informed on upcoming and past earnings announcements with the FMP Earnings Calendar API. Access key data, including announcement dates, estimated earnings per share (EPS), and actual EPS for publicly traded companies.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
getEarningsReportsInspect

Retrieve in-depth earnings information with the FMP Earnings Report API. Gain access to key financial data for a specific stock symbol, including earnings report dates, EPS estimates, and revenue projections to help you stay on top of company performance.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoOptional limit on number of results (default: 100, max: 1000)
symbolYesStock symbol
getEarningsSurprisesBulkInspect

The Earnings Surprises Bulk API allows users to retrieve bulk data on annual earnings surprises, enabling quick analysis of which companies have beaten, missed, or met their earnings estimates. This API provides actual versus estimated earnings per share (EPS) for multiple companies at once, offering valuable insights for investors and analysts.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearYesYear to get earnings surprises for
getEarningsTranscriptInspect

Access the full transcript of a company’s earnings call with the FMP Earnings Transcript API. Stay informed about a company’s financial performance, future plans, and overall strategy by analyzing management's communication.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearYesYear of the earnings call
limitNoLimit the number of results
symbolYesStock symbol
quarterYesQuarter of the earnings call (e.g., 1, 2, 3, 4)
getEarningsTranscriptDatesInspect

Access earnings call transcript dates for specific companies with the FMP Transcripts Dates By Symbol API. Get a comprehensive overview of earnings call schedules based on fiscal year and quarter.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getEarningsTranscriptListInspect

Access available earnings transcripts for companies with the FMP Earnings Transcript List API. Retrieve a list of companies with earnings transcripts, along with the total number of transcripts available for each company.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getEconomicCalendarInspect

Stay informed with the FMP Economic Data Releases Calendar API. Access a comprehensive calendar of upcoming economic data releases to prepare for market impacts and make informed investment decisions.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoOptional end date (YYYY-MM-DD)
fromNoOptional start date (YYYY-MM-DD)
getEconomicIndicatorsInspect

Access real-time and historical economic data for key indicators like GDP, unemployment, and inflation with the FMP Economic Indicators API. Use this data to measure economic performance and identify growth trends.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoOptional end date (YYYY-MM-DD)
fromNoOptional start date (YYYY-MM-DD)
nameYesName of the indicator
getEMAInspect

Calculate the Exponential Moving Average (EMA) for a stock using the FMP EMA API. This tool helps users analyze trends and identify potential buy or sell signals based on historical price data.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesStock symbol
timeframeYesTimeframe (1min, 5min, 15min, 30min, 1hour, 4hour, 1day)
periodLengthYesPeriod length for the indicator
getEmployeeCountInspect

Retrieve detailed workforce information for companies, including employee count, reporting period, and filing date. The FMP Company Employee Count API also provides direct links to official SEC documents for further verification and in-depth research.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoLimit on number of results (default: 100, max: 10000)
symbolYesStock symbol
getEODDataBulkInspect

The EOD Bulk API allows users to retrieve end-of-day stock price data for multiple symbols in bulk. This API is ideal for financial analysts, traders, and investors who need to assess valuations for a large number of companies.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateYesDate in YYYY-MM-DD format
getEquityOfferingsByCIKInspect

Access detailed information on equity offerings announced by specific companies with the FMP Company Equity Offerings by CIK API. Track offering activity and identify potential investment opportunities.

ParametersJSON Schema
NameRequiredDescriptionDefault
cikYesCIK number to search for
getESGBenchmarksInspect

Evaluate the ESG performance of companies and funds with the FMP ESG Benchmark Comparison API. Compare ESG leaders and laggards within industries to make informed and responsible investment decisions.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearNoOptional year to get benchmarks for
getESGDisclosuresInspect

Align your investments with your values using the FMP ESG Investment Search API. Discover companies and funds based on Environmental, Social, and Governance (ESG) scores, performance, controversies, and business involvement criteria.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getESGRatingsInspect

Access comprehensive ESG ratings for companies and funds with the FMP ESG Ratings API. Make informed investment decisions based on environmental, social, and governance (ESG) performance data.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getETFHoldersBulkInspect

The ETF Holder Bulk API allows users to quickly retrieve detailed information about the assets and shares held by Exchange-Traded Funds (ETFs). This API provides insights into the weight each asset carries within the ETF, along with key financial information related to these holdings.

ParametersJSON Schema
NameRequiredDescriptionDefault
partYesPart number (e.g., 0, 1, 2)
getETFListInspect

Quickly find ticker symbols and company names for Exchange Traded Funds (ETFs) using the FMP ETF Symbol Search API. This tool simplifies identifying specific ETFs by their name or ticker.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getETFQuotesInspect

Get real-time price quotes for exchange-traded funds (ETFs) with the FMP ETF Price Quotes API. Track current prices, performance changes, and key data for a wide variety of ETFs.

ParametersJSON Schema
NameRequiredDescriptionDefault
shortNoWhether to use short format
get_eventInspect

Get detailed information about a specific event by slug, including all related markets.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesEvent slug (from URL or search results)
getExchangeMarketHoursInspect

Retrieve trading hours for specific stock exchanges using the Global Exchange Market Hours API. Find out the opening and closing times of global exchanges to plan your trading strategies effectively.

ParametersJSON Schema
NameRequiredDescriptionDefault
exchangeYesExchange code (e.g., NASDAQ, NYSE)
getExchangeQuotesInspect

Retrieve real-time stock quotes for all listed stocks on a specific exchange with the FMP Exchange Stock Quotes API. Track price changes and trading activity across the entire exchange.

ParametersJSON Schema
NameRequiredDescriptionDefault
shortNoWhether to use short format
exchangeYesExchange name (e.g., NASDAQ, NYSE)
getExecutiveCompensationInspect

Retrieve comprehensive compensation data for company executives with the FMP Executive Compensation API. This API provides detailed information on salaries, stock awards, total compensation, and other relevant financial data, including filing details and links to official documents.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getExecutiveCompensationBenchmarkInspect

Gain access to average executive compensation data across various industries with the FMP Executive Compensation Benchmark API. This API provides essential insights for comparing executive pay by industry, helping you understand compensation trends and benchmarks.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearNoYear to get benchmark data for
getFilingExtractAnalyticsByHolderInspect

The Filings Extract With Analytics By Holder API provides an analytical breakdown of institutional filings. This API offers insight into stock movements, strategies, and portfolio changes by major institutional holders, helping you understand their investment behavior and track significant changes in stock ownership.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default: 0)
yearYesYear of filing
limitNoLimit on number of results (default: 10, max: 100)
symbolYesStock symbol
quarterYesQuarter of filing (1-4)
getFilingsByCIKInspect

Search for SEC filings using the FMP SEC Filings By CIK API. Access detailed regulatory filings by Central Index Key (CIK) number, enabling you to track all filings related to a specific company or entity.

ParametersJSON Schema
NameRequiredDescriptionDefault
toYesEnd date (YYYY-MM-DD)
cikYesCentral Index Key (CIK)
fromYesStart date (YYYY-MM-DD)
pageNoPage number for pagination
limitNoLimit the number of results
getFilingsByFormTypeInspect

Search for specific SEC filings by form type with the FMP SEC Filings By Form Type API. Retrieve filings such as 10-K, 10-Q, 8-K, and others, filtered by the exact type of document you're looking for.

ParametersJSON Schema
NameRequiredDescriptionDefault
toYesEnd date (YYYY-MM-DD)
fromYesStart date (YYYY-MM-DD)
pageNoPage number for pagination
limitNoLimit the number of results
formTypeYesForm type (e.g., 8-K, 10-K, 10-Q)
getFilingsBySymbolInspect

Search and retrieve SEC filings by company symbol using the FMP SEC Filings By Symbol API. Gain direct access to regulatory filings such as 8-K, 10-K, and 10-Q reports for publicly traded companies.

ParametersJSON Schema
NameRequiredDescriptionDefault
toYesEnd date (YYYY-MM-DD)
fromYesStart date (YYYY-MM-DD)
pageNoPage number for pagination
limitNoLimit the number of results
symbolYesStock symbol
get_financial_metricsInspect

Get key financial metrics from the three major financial statements.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol/ticker (e.g. '000001')
recent_nNoNumber of most recent records to return
getFinancialRatiosTTMInspect

Gain access to trailing twelve-month (TTM) financial ratios with the TTM Ratios API. This API provides key performance metrics over the past year, including profitability, liquidity, and efficiency ratios.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getFinancialReportJSONInspect

Access comprehensive annual reports with the FMP Annual Reports on Form 10-K API. Obtain detailed information about a company’s financial performance, business operations, and risk factors as reported to the SEC.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearYesYear of the report
periodYesPeriod (Q1, Q2, Q3, Q4, or FY)
symbolYesStock symbol
getFinancialReportsDatesInspect

Access the latest financial reports dates for publicly traded companies with the FMP Financial Reports Dates API. Track key financial metrics, including revenue, earnings, and cash flow, to stay informed about a company's financial performance.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getFinancialReportXLSXInspect

Download detailed 10-K reports in XLSX format with the Financial Reports Form 10-K XLSX API. Effortlessly access and analyze annual financial data for companies in a spreadsheet-friendly format.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearYesYear of the report
periodYesPeriod (Q1, Q2, Q3, Q4, or FY)
symbolYesStock symbol
getFinancialScoresInspect

Assess a company's financial strength using the Financial Health Scores API. This API provides key metrics such as the Altman Z-Score and Piotroski Score, giving users insights into a company’s overall financial health and stability.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoLimit on number of results (default: 100, max: 1000)
symbolYesStock symbol
getFinancialScoresBulkInspect

The FMP Scores Bulk API allows users to quickly retrieve a wide range of key financial scores and metrics for multiple symbols. These scores provide valuable insights into company performance, financial health, and operational efficiency.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getFinancialStatementFullAsReportedInspect

Retrieve comprehensive financial statements as reported by companies with FMP As Reported Financial Statements API. Access complete data across income, balance sheet, and cash flow statements in their original form for detailed analysis.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoLimit on number of results (default: 100, max: 1000)
periodNoPeriod type (annual or quarter)
symbolYesStock symbol
getFinancialStatementGrowthInspect

Analyze the growth of key financial statement items across income, balance sheet, and cash flow statements with the Financial Statement Growth API. Track changes over time to understand trends in financial performance.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoLimit on number of results (default: 100, max: 1000)
periodNoPeriod (Q1, Q2, Q3, Q4, or FY)
symbolYesStock symbol
getFinancialStatementSymbolsInspect

Access a comprehensive list of companies with available financial statements through the FMP Financial Statement Symbols List API. Find companies listed on major global exchanges and obtain up-to-date financial data including income statements, balance sheets, and cash flow statements, are provided.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getFMPArticlesInspect

Access the latest articles from Financial Modeling Prep with the FMP Articles API. Get comprehensive updates including headlines, snippets, and publication URLs.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default: 0)
limitNoLimit on number of results (default: 20)
getForex1HourDataInspect

Track forex price movements over the trading day with the 1-Hour Forex Interval Chart API. This tool provides hourly intraday data for currency pairs, giving a detailed view of trends and market shifts.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesForex pair symbol (e.g., EURUSD)
getForex1MinuteDataInspect

Access real-time 1-minute intraday forex data with the 1-Minute Forex Interval Chart API. Track short-term price movements for precise, up-to-the-minute insights on currency pair fluctuations.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesForex pair symbol (e.g., EURUSD)
getForex5MinuteDataInspect

Track short-term forex trends with the 5-Minute Forex Interval Chart API. Access detailed 5-minute intraday data to monitor currency pair price movements and market conditions in near real-time.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesForex pair symbol (e.g., EURUSD)
getForexBatchQuotesInspect

Easily access real-time quotes for multiple forex pairs simultaneously with the Batch Forex Quotes API. Stay updated on global currency exchange rates and monitor price changes across different markets.

ParametersJSON Schema
NameRequiredDescriptionDefault
shortNoOptional boolean to get short quotes
getForexHistoricalFullChartInspect

Access comprehensive historical end-of-day forex price data with the Full Historical Forex Chart API. Gain detailed insights into currency pair movements, including open, high, low, close (OHLC) prices, volume, and percentage changes.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesForex pair symbol (e.g., EURUSD)
getForexHistoricalLightChartInspect

Access historical end-of-day forex prices with the Historical Forex Light Chart API. Track long-term price trends across different currency pairs to enhance your trading and analysis strategies.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesForex pair symbol (e.g., EURUSD)
getForexListInspect

Access a comprehensive list of all currency pairs traded on the forex market with the FMP Forex Currency Pairs API. Analyze and track the performance of currency pairs to make informed investment decisions.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getForexNewsInspect

Stay updated with the latest forex news articles from various sources using the FMP Forex News API. Access headlines, snippets, and publication URLs for comprehensive market insights.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
pageNoPage number (default: 0)
limitNoLimit on number of results (default: 20, max: 250)
getForexQuoteInspect

Access real-time forex quotes for currency pairs with the Forex Quote API. Retrieve up-to-date information on exchange rates and price changes to help monitor market movements.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesForex pair symbol (e.g., EURUSD)
getForexQuotesInspect

Retrieve real-time quotes for multiple forex currency pairs with the FMP Batch Forex Quote API. Get real-time price changes and updates for a variety of forex pairs in a single request.

ParametersJSON Schema
NameRequiredDescriptionDefault
shortNoWhether to use short format
getForexShortQuoteInspect

Quickly access concise forex pair quotes with the Forex Quote Snapshot API. Get a fast look at live currency exchange rates, price changes, and volume in real time.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesForex pair symbol (e.g., EURUSD)
getForm13FFilingDatesInspect

The Form 13F Filings Dates API allows you to retrieve dates associated with Form 13F filings by institutional investors. This is crucial for tracking stock holdings of institutional investors at specific points in time, providing valuable insights into their investment strategies.

ParametersJSON Schema
NameRequiredDescriptionDefault
cikYesCIK number
getFullChartInspect

Access full price and volume data for any stock symbol using the FMP Comprehensive Stock Price and Volume Data API. Get detailed insights, including open, high, low, close prices, trading volume, price changes, percentage changes, and volume-weighted average price (VWAP).

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesStock symbol
getFundAssetExposureInspect

Discover which ETFs hold specific stocks with the FMP ETF Asset Exposure API. Access detailed information on market value, share numbers, and weight percentages for assets within ETFs.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesFund symbol
getFundCountryAllocationInspect

Gain insight into how ETFs and mutual funds distribute assets across different countries with the FMP ETF & Fund Country Allocation API. This tool provides detailed information on the percentage of assets allocated to various regions, helping you make informed investment decisions.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesFund symbol
getFundDisclosureInspect

Access comprehensive disclosure data for mutual funds with the FMP Mutual Fund Disclosures API. Analyze recent filings, balance sheets, and financial reports to gain insights into mutual fund portfolios.

ParametersJSON Schema
NameRequiredDescriptionDefault
cikNoOptional CIK number
yearYesYear
symbolYesFund symbol
quarterYesQuarter
getFundDisclosureDatesInspect

Retrieve detailed disclosures for mutual funds and ETFs based on filing dates with the FMP Fund & ETF Disclosures by Date API. Stay current with the latest filings and track regulatory updates effectively.

ParametersJSON Schema
NameRequiredDescriptionDefault
cikNoOptional CIK number
symbolYesFund symbol
getFundHoldingsInspect

Get a detailed breakdown of the assets held within ETFs and mutual funds using the FMP ETF & Fund Holdings API. Access real-time data on the specific securities and their weights in the portfolio, providing insights into asset composition and fund strategies.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesFund symbol
getFundInfoInspect

Access comprehensive data on ETFs and mutual funds with the FMP ETF & Mutual Fund Information API. Retrieve essential details such as ticker symbol, fund name, expense ratio, assets under management, and more.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesFund symbol
getFundSectorWeightingInspect

The FMP ETF Sector Weighting API provides a breakdown of the percentage of an ETF's assets that are invested in each sector. For example, an investor may want to invest in an ETF that has a high exposure to the technology sector if they believe that the technology sector is poised for growth.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesFund symbol
getGeneralNewsInspect

Access the latest general news articles from a variety of sources with the FMP General News API. Obtain headlines, snippets, and publication URLs for comprehensive news coverage.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
pageNoPage number (default: 0)
limitNoLimit on number of results (default: 20, max: 250)
get_hist_dataInspect

Get historical stock market data. 'eastmoney_direct' support all A,B,H shares

ParametersJSON Schema
NameRequiredDescriptionDefault
adjustNoAdjustment typenone
sourceNoData sourceeastmoney
symbolYesStock symbol/ticker (e.g. '000001')
end_dateNoEnd date in YYYY-MM-DD format2030-12-31
intervalNoTime intervalday
recent_nNoNumber of most recent records to return
start_dateNoStart date in YYYY-MM-DD format1970-01-01
indicators_listNoTechnical indicators to add
interval_multiplierNoInterval multiplier
getHistoricalDowJonesChangesInspect

Access historical data for the Dow Jones Industrial Average using the Historical Dow Jones API. Analyze changes in the index’s composition and study its performance across different periods.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getHistoricalEmployeeCountInspect

Access historical employee count data for a company based on specific reporting periods. The FMP Company Historical Employee Count API provides insights into how a company’s workforce has evolved over time, allowing users to analyze growth trends and operational changes.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoLimit on number of results (default: 100, max: 10000)
symbolYesStock symbol
getHistoricalIndexFullChartInspect

Access full historical end-of-day prices for stock indexes using the Detailed Historical Price Data API. This API provides comprehensive information, including open, high, low, close prices, volume, and additional metrics for detailed financial analysis.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesIndex symbol (e.g., ^GSPC for S&P 500)
getHistoricalIndexLightChartInspect

Retrieve end-of-day historical prices for stock indexes using the Historical Price Data API. This API provides essential data such as date, price, and volume, enabling detailed analysis of price movements over time.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesIndex symbol (e.g., ^GSPC for S&P 500)
getHistoricalIndustryPEInspect

Access historical price-to-earnings (P/E) ratios by industry using the Historical Industry P/E API. Track valuation trends across various industries to understand how market sentiment and valuations have evolved over time.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
exchangeNoExchange (e.g., NASDAQ)
industryYesIndustry (e.g., Biotechnology)
getHistoricalIndustryPerformanceInspect

Access historical performance data for industries using the Historical Industry Performance API. Track long-term trends and analyze how different industries have evolved over time across various stock exchanges.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
exchangeNoExchange (e.g., NASDAQ)
industryYesIndustry (e.g., Biotechnology)
getHistoricalMarketCapInspect

Access historical market capitalization data for a company using the FMP Historical Market Capitalization API. This API helps track the changes in market value over time, enabling long-term assessments of a company's growth or decline.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
limitNoLimit on number of results (default: 100, max: 5000)
symbolYesStock symbol
getHistoricalNasdaqChangesInspect

Access historical data for the Nasdaq index using the Historical Nasdaq API. Analyze changes in the index composition and view how it has evolved over time, including company additions and removals.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getHistoricalRatingsInspect

Track changes in financial performance over time with the FMP Historical Ratings API. This API provides access to historical financial ratings for stock symbols in our database, allowing users to view ratings and key financial metric scores for specific dates.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoOptional limit on number of results (default: 1, max: 10000)
symbolYesStock symbol
getHistoricalSectorPEInspect

Access historical price-to-earnings (P/E) ratios for various sectors using the Historical Sector P/E API. Analyze how sector valuations have evolved over time to understand long-term trends and market shifts.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
sectorYesSector (e.g., Energy)
exchangeNoExchange (e.g., NASDAQ)
getHistoricalSectorPerformanceInspect

Access historical sector performance data using the Historical Market Sector Performance API. Review how different sectors have performed over time across various stock exchanges.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
sectorYesSector (e.g., Energy)
exchangeNoExchange (e.g., NASDAQ)
getHistoricalSP500ChangesInspect

Retrieve historical data for the S&P 500 index using the Historical S&P 500 API. Analyze past changes in the index, including additions and removals of companies, to understand trends and performance over time.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getHistoricalStockGradesInspect

Access a comprehensive record of analyst grades with the FMP Historical Grades API. This tool allows you to track historical changes in analyst ratings for specific stock symbols.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoOptional limit on number of results (default: 100, max: 1000)
symbolYesStock symbol
getHolderIndustryBreakdownInspect

The Holders Industry Breakdown API provides an overview of the sectors and industries that institutional holders are investing in. This API helps analyze how institutional investors distribute their holdings across different industries and track changes in their investment strategies over time.

ParametersJSON Schema
NameRequiredDescriptionDefault
cikYesCIK number
yearYesYear of filing
quarterYesQuarter of filing (1-4)
getHolderPerformanceSummaryInspect

The Holder Performance Summary API provides insights into the performance of institutional investors based on their stock holdings. This data helps track how well institutional holders are performing, their portfolio changes, and how their performance compares to benchmarks like the S&P 500.

ParametersJSON Schema
NameRequiredDescriptionDefault
cikYesCIK number
pageNoPage number (default: 0)
getHolidaysByExchangeInspect

Access holiday schedules for specific stock exchanges using the Global Exchange Market Hours API. Find out the dates when global exchanges are closed for holidays and plan your trading activities accordingly.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date for the holidays (YYYY-MM-DD format)
fromNoStart date for the holidays (YYYY-MM-DD format)
exchangeYesExchange code (e.g., NASDAQ, NYSE)
getHouseTradesInspect

Track the financial trades made by U.S. House members and their families with the FMP U.S. House Trades API. Access real-time information on stock sales, purchases, and other investment activities to gain insight into their financial decisions.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getHouseTradesByNameInspect

Search for House trading activity by Representative name with the FMP House Trades by Name API. Access detailed information on trades made by specific Representatives, including trade dates, assets, amounts, and potential conflicts of interest.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesRepresentative name (first or last name)
get_income_statementInspect

Get company income statement data.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol/ticker (e.g. '000001')
recent_nNoNumber of most recent records to return
getIncomeStatementInspect

Access real-time income statement data for public companies, private companies, and ETFs with the FMP Real-Time Income Statements API. Track profitability, compare competitors, and identify business trends with up-to-date financial data.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoLimit on number of results (default: 100, max: 1000)
periodNoPeriod (Q1, Q2, Q3, Q4, or FY)
symbolYesStock symbol
getIncomeStatementAsReportedInspect

Retrieve income statements as they were reported by the company with the As Reported Income Statements API. Access raw financial data directly from official company filings, including revenue, expenses, and net income.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoLimit on number of results (default: 100, max: 1000)
periodNoPeriod type (annual or quarter)
symbolYesStock symbol
getIncomeStatementGrowthInspect

Track key financial growth metrics with the Income Statement Growth API. Analyze how revenue, profits, and expenses have evolved over time, offering insights into a company’s financial health and operational efficiency.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoLimit on number of results (default: 100, max: 1000)
periodNoPeriod (Q1, Q2, Q3, Q4, or FY)
symbolYesStock symbol
getIncomeStatementGrowthBulkInspect

The Bulk Income Statement Growth API provides access to growth data for income statements across multiple companies. Track and analyze growth trends over time for key financial metrics such as revenue, net income, and operating income, enabling a better understanding of corporate performance trends.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearYesYear (e.g., 2023)
periodYesPeriod (Q1, Q2, Q3, Q4, FY)
getIncomeStatementsBulkInspect

The Bulk Income Statement API allows users to retrieve detailed income statement data in bulk. This API is designed for large-scale data analysis, providing comprehensive insights into a company's financial performance, including revenue, gross profit, expenses, and net income.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearYesYear (e.g., 2023)
periodYesPeriod (Q1, Q2, Q3, Q4, FY)
getIncomeStatementTTMInspect

Access real-time income statement data for public companies, private companies, and ETFs with the FMP Real-Time Income Statements API. Track profitability, compare competitors, and identify business trends with up-to-date financial data.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoLimit on number of results (default: 100, max: 1000)
symbolYesStock symbol
getIndex1HourDataInspect

Access 1-hour interval intraday data for stock indexes using the Intraday 1-Hour Price Data API. This API provides detailed price movements and volume within hourly intervals, making it ideal for tracking medium-term market trends during the trading day.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesIndex symbol (e.g., ^GSPC for S&P 500)
getIndex1MinuteDataInspect

Retrieve 1-minute interval intraday data for stock indexes using the Intraday 1-Minute Price Data API. This API provides granular price information, helping users track short-term price movements and trading volume within each minute.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesIndex symbol (e.g., ^GSPC for S&P 500)
getIndex5MinuteDataInspect

Retrieve 5-minute interval intraday price data for stock indexes using the Intraday 5-Minute Price Data API. This API provides crucial insights into price movements and trading volume within 5-minute windows, ideal for traders who require short-term data.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesIndex symbol (e.g., ^GSPC for S&P 500)
getIndexListInspect

Retrieve a comprehensive list of stock market indexes across global exchanges using the FMP Stock Market Indexes List API. This API provides essential information such as the symbol, name, exchange, and currency for each index, helping analysts and investors keep track of various market benchmarks.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getIndexQuoteInspect

Access real-time stock index quotes with the Stock Index Quote API. Stay updated with the latest price changes, daily highs and lows, volume, and other key metrics for major stock indices around the world.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesIndex symbol (e.g., ^GSPC for S&P 500)
getIndexQuotesInspect

Track real-time movements of major stock market indexes with the FMP Stock Market Index Quotes API. Access live quotes for global indexes and monitor changes in their performance.

ParametersJSON Schema
NameRequiredDescriptionDefault
shortNoWhether to use short format
getIndexShortQuoteInspect

Access concise stock index quotes with the Stock Index Short Quote API. This API provides a snapshot of the current price, change, and volume for stock indexes, making it ideal for users who need a quick overview of market movements.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesIndex symbol (e.g., ^GSPC for S&P 500)
getIndustryClassificationListInspect

Retrieve a comprehensive list of industry classifications, including Standard Industrial Classification (SIC) codes and industry titles with the FMP Industry Classification List API.

ParametersJSON Schema
NameRequiredDescriptionDefault
sicCodeNoSIC code
industryTitleNoIndustry title or partial title
getIndustryPerformanceSnapshotInspect

Access detailed performance data by industry using the Industry Performance Snapshot API. Analyze trends, movements, and daily performance metrics for specific industries across various stock exchanges.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateYesDate (YYYY-MM-DD)
exchangeNoExchange (e.g., NASDAQ)
industryNoIndustry (e.g., Biotechnology)
getIndustryPerformanceSummaryInspect

The Industry Performance Summary API provides an overview of how various industries are performing financially. By analyzing the value of industries over a specific period, this API helps investors and analysts understand the health of entire sectors and make informed decisions about sector-based investments.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearYesYear of filing
quarterYesQuarter of filing (1-4)
getIndustryPESnapshotInspect

View price-to-earnings (P/E) ratios for different industries using the Industry P/E Snapshot API. Analyze valuation levels across various industries to understand how each is priced relative to its earnings.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateYesDate (YYYY-MM-DD)
exchangeNoExchange (e.g., NASDAQ)
industryNoIndustry (e.g., Biotechnology)
get_inner_trade_dataInspect

Get company insider trading data.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol/ticker (e.g. '000001')
getInsiderTradeStatisticsInspect

Analyze insider trading activity with the Insider Trade Statistics API. This API provides key statistics on insider transactions, including total purchases, sales, and trends for specific companies or stock symbols.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getInsiderTransactionTypesInspect

Access a comprehensive list of insider transaction types with the All Insider Transaction Types API. This API provides details on various transaction actions, including purchases, sales, and other corporate actions involving insider trading.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getIntradayChartInspect

Access precise intraday stock price and volume data with the FMP Interval Stock Chart API. Retrieve real-time or historical stock data in intervals, including key information such as open, high, low, and close prices, and trading volume for each minute.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesStock symbol
intervalYesTime interval
getIPOCalendarInspect

Access a comprehensive list of all upcoming initial public offerings (IPOs) with the FMP IPO Calendar API. Stay up to date on the latest companies entering the public market, with essential details on IPO dates, company names, expected pricing, and exchange listings.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
getIPODisclosuresInspect

Access a comprehensive list of disclosure filings for upcoming initial public offerings (IPOs) with the FMP IPO Disclosures API. Stay updated on regulatory filings, including filing dates, effectiveness dates, CIK numbers, and form types, with direct links to official SEC documents.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
getIPOProspectusesInspect

Access comprehensive information on IPO prospectuses with the FMP IPO Prospectus API. Get key financial details, such as public offering prices, discounts, commissions, proceeds before expenses, and more. This API also provides links to official SEC prospectuses, helping investors stay informed on companies entering the public market.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
getKeyMetricsInspect

Access essential financial metrics for a company with the FMP Financial Key Metrics API. Evaluate revenue, net income, P/E ratio, and more to assess performance and compare it to competitors.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoLimit on number of results (default: 100, max: 1000)
periodNoPeriod (Q1, Q2, Q3, Q4, FY, annual, or quarter)
symbolYesStock symbol
getKeyMetricsTTMInspect

Retrieve a comprehensive set of trailing twelve-month (TTM) key performance metrics with the TTM Key Metrics API. Access data related to a company's profitability, capital efficiency, and liquidity, allowing for detailed analysis of its financial health over the past year.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getKeyMetricsTTMBulkInspect

The Key Metrics TTM Bulk API allows users to retrieve trailing twelve months (TTM) data for all companies available in the database. The API provides critical financial ratios and metrics based on each company’s latest financial report, offering insights into company performance and financial health.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getLatest8KFilingsInspect

Stay up-to-date with the most recent 8-K filings from publicly traded companies using the FMP Latest 8-K SEC Filings API. Get real-time access to significant company events such as mergers, acquisitions, leadership changes, and other material events that may impact the market.

ParametersJSON Schema
NameRequiredDescriptionDefault
toYesEnd date (YYYY-MM-DD)
fromYesStart date (YYYY-MM-DD)
pageNoPage number for pagination
limitNoLimit the number of results
getLatestCrowdfundingCampaignsInspect

Discover the most recent crowdfunding campaigns with the FMP Latest Crowdfunding Campaigns API. Stay informed on which companies and projects are actively raising funds, their financial details, and offering terms.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default: 0)
limitNoLimit on number of results (default: 100, max: 1000)
getLatestEarningsTranscriptsInspect

Access available earnings transcripts for companies with the FMP Latest Earning Transcripts API. Retrieve a list of companies with earnings transcripts, along with the total number of transcripts available for each company.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination
limitNoLimit the number of results
getLatestEquityOfferingsInspect

Stay informed about the latest equity offerings with the FMP Equity Offering Updates API. Track new shares being issued by companies and get insights into exempt offerings and amendments.

ParametersJSON Schema
NameRequiredDescriptionDefault
cikNoOptional CIK number to filter by
pageNoPage number (default: 0)
limitNoLimit on number of results (default: 10, max: 1000)
getLatestFinancialFilingsInspect

Stay updated with the most recent SEC filings from publicly traded companies using the FMP Latest SEC Filings API. Access essential regulatory documents, including financial statements, annual reports, 8-K, 10-K, and 10-Q forms.

ParametersJSON Schema
NameRequiredDescriptionDefault
toYesEnd date (YYYY-MM-DD)
fromYesStart date (YYYY-MM-DD)
pageNoPage number for pagination
limitNoLimit the number of results
getLatestFinancialStatementsInspect

Access the latest financial statements for publicly traded companies with the FMP Latest Financial Statements API. Track key financial metrics, including revenue, earnings, and cash flow, to stay informed about a company's financial performance.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default: 0)
limitNoLimit on number of results (default: 250, max: 250)
getLatestHouseDisclosuresInspect

Access real-time financial disclosures from U.S. House members with the FMP Latest House Financial Disclosures API. Track recent trades, asset ownership, and financial holdings for enhanced visibility into political figures' financial activities.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination
limitNoLimit the number of results
getLatestInsiderTradingInspect

Access the latest insider trading activity using the Latest Insider Trading API. Track which company insiders are buying or selling stocks and analyze their transactions.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateNoDate of insider trades (YYYY-MM-DD)
pageNoPage number (default: 0)
limitNoLimit on number of results (default: 100, max: 100)
getLatestInstitutionalFilingsInspect

Stay up to date with the most recent SEC filings related to institutional ownership using the Institutional Ownership Filings API. This tool allows you to track the latest reports and disclosures from institutional investors, giving you a real-time view of major holdings and regulatory submissions.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default: 0)
limitNoLimit on number of results (default: 100, max: 100)
getLatestMergersAcquisitionsInspect

Access real-time data on the latest mergers and acquisitions with the FMP Latest Mergers and Acquisitions API. This API provides key information such as the transaction date, company names, and links to detailed filing information for further analysis.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default: 0)
limitNoLimit on number of results (default: 100, max: 1000)
getLatestSenateDisclosuresInspect

Access the latest financial disclosures from U.S. Senate members with the FMP Latest Senate Financial Disclosures API. Track recent trades, asset ownership, and transaction details for enhanced transparency in government financial activities.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination
limitNoLimit the number of results
getLeveredDCFValuationInspect

Analyze a company’s value with the FMP Levered Discounted Cash Flow (DCF) API, which incorporates the impact of debt. This API provides post-debt company valuation, offering investors a more accurate measure of a company's true worth by accounting for its debt obligations.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getLightChartInspect

Access simplified stock chart data using the FMP Basic Stock Chart API. This API provides essential charting information, including date, price, and trading volume, making it ideal for tracking stock performance with minimal data and creating basic price and volume charts.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesStock symbol
get_marketInspect

Get detailed information about a specific market by slug. Returns probabilities, volume, liquidity, outcomes, and full market data.

ParametersJSON Schema
NameRequiredDescriptionDefault
slugYesMarket slug (from URL or search results)
getMarketCapInspect

Retrieve the market capitalization for a specific company on any given date using the FMP Company Market Capitalization API. This API provides essential data to assess the size and value of a company in the stock market, helping users gauge its overall market standing.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getMarketRiskPremiumInspect

Access the market risk premium for specific dates with the FMP Market Risk Premium API. Use this key financial metric to assess the additional return expected from investing in the stock market over a risk-free investment.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getMostActiveStocksInspect

View the most actively traded stocks using the Top Traded Stocks API. Identify the companies experiencing the highest trading volumes in the market and track where the most trading activity is happening.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getMutualFundQuotesInspect

Access real-time quotes for mutual funds with the FMP Mutual Fund Price Quotes API. Track current prices, performance changes, and key data for various mutual funds.

ParametersJSON Schema
NameRequiredDescriptionDefault
shortNoWhether to use short format
getNasdaqConstituentsInspect

Access comprehensive data for the Nasdaq index with the Nasdaq Index API. Monitor real-time movements and track the historical performance of companies listed on this prominent stock exchange.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_news_dataInspect

Get stock-related news data.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol/ticker (e.g. '000001')
recent_nNoNumber of most recent records to return
getOwnerEarningsInspect

Retrieve a company's owner earnings with the Owner Earnings API, which provides a more accurate representation of cash available to shareholders by adjusting net income. This metric is crucial for evaluating a company’s profitability from the perspective of investors.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getPositionsSummaryInspect

The Positions Summary API provides a comprehensive snapshot of institutional holdings for a specific stock symbol. It tracks key metrics like the number of investors holding the stock, changes in the number of shares, total investment value, and ownership percentages over time.

ParametersJSON Schema
NameRequiredDescriptionDefault
yearYesYear of filing
symbolYesStock symbol
quarterYesQuarter of filing (1-4)
getPressReleasesInspect

Access official company press releases with the FMP Press Releases API. Get real-time updates on corporate announcements, earnings reports, mergers, and more.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
pageNoPage number (default: 0)
limitNoLimit on number of results (default: 20, max: 250)
getPriceTargetConsensusInspect

Access analysts' consensus price targets with the FMP Price Target Consensus API. This API provides high, low, median, and consensus price targets for stocks, offering investors a comprehensive view of market expectations for future stock prices.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getPriceTargetLatestNewsInspect

Stay updated with the most recent analyst price target updates for all stock symbols using the FMP Price Target Latest News API. Get access to detailed forecasts, stock prices at the time of the update, analyst insights, and direct links to news sources for deeper analysis.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoOptional page number (default: 0, max: 100)
limitNoOptional limit on number of results (default: 10, max: 1000)
getPriceTargetNewsInspect

Stay informed with real-time updates on analysts' price targets for stocks using the FMP Price Target News API. Access the latest forecasts, stock prices at the time of the update, and direct links to trusted news sources for deeper insights.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoOptional page number (default: 0)
limitNoOptional limit on number of results (default: 10)
symbolYesStock symbol
getPriceTargetSummariesBulkInspect

The Price Target Summary Bulk API provides a comprehensive overview of price targets for all listed symbols over multiple timeframes. With this API, users can quickly retrieve price target data, helping investors and analysts compare current prices to projected targets across different periods.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getPriceTargetSummaryInspect

Gain insights into analysts' expectations for stock prices with the FMP Price Target Summary API. This API provides access to average price targets from analysts across various timeframes, helping investors assess future stock performance based on expert opinions.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getQuoteInspect

Access real-time stock quotes with the FMP Stock Quote API. Get up-to-the-minute prices, changes, and volume data for individual stocks.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getQuoteShortInspect

Get quick snapshots of real-time stock quotes with the FMP Stock Quote Short API. Access key stock data like current price, volume, and price changes for instant market insights.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getRatingsSnapshotInspect

Quickly assess the financial health and performance of companies with the FMP Ratings Snapshot API. This API provides a comprehensive snapshot of financial ratings for stock symbols in our database, based on various key financial ratios.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoOptional limit on number of results (default: 1)
symbolYesStock symbol
getRatiosInspect

Analyze a company's financial performance using the Financial Ratios API. This API provides detailed profitability, liquidity, and efficiency ratios, enabling users to assess a company's operational and financial health across various metrics.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoLimit on number of results (default: 100, max: 1000)
periodNoPeriod (Q1, Q2, Q3, Q4, FY, annual, or quarter)
symbolYesStock symbol
getRatiosTTMBulkInspect

The Ratios TTM Bulk API offers an efficient way to retrieve trailing twelve months (TTM) financial ratios for stocks. It provides users with detailed insights into a company’s profitability, liquidity, efficiency, leverage, and valuation ratios, all based on the most recent financial report.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_realtime_dataInspect

Get real-time stock market data. 'eastmoney_direct' support all A,B,H shares

ParametersJSON Schema
NameRequiredDescriptionDefault
sourceNoData sourceeastmoney_direct
symbolNoStock symbol/ticker (e.g. '000001')
getRevenueGeographicSegmentationInspect

Access detailed revenue breakdowns by geographic region with the Revenue Geographic Segments API. Analyze how different regions contribute to a company’s total revenue and identify key markets for growth.

ParametersJSON Schema
NameRequiredDescriptionDefault
periodNoPeriod type (annual or quarter)
symbolYesStock symbol
structureNoResponse structure
getRevenueProductSegmentationInspect

Access detailed revenue breakdowns by product line with the Revenue Product Segmentation API. Understand which products drive a company's earnings and get insights into the performance of individual product segments.

ParametersJSON Schema
NameRequiredDescriptionDefault
periodNoPeriod type (annual or quarter)
symbolYesStock symbol
structureNoResponse structure
getRSIInspect

Calculate the Relative Strength Index (RSI) for a stock using the FMP RSI API. This tool helps users analyze momentum and overbought/oversold conditions based on historical price data.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesStock symbol
timeframeYesTimeframe (1min, 5min, 15min, 30min, 1hour, 4hour, 1day)
periodLengthYesPeriod length for the indicator
getSecFilingExtractInspect

The Filings Extract API allows users to extract detailed data directly from official SEC filings. This API provides access to key information such as company shares, security details, and filing links, making it easier to analyze corporate disclosures.

ParametersJSON Schema
NameRequiredDescriptionDefault
cikYesCIK number
yearYesYear of filing
quarterYesQuarter of filing (1-4)
getSectorPerformanceSnapshotInspect

Get a snapshot of sector performance using the Market Sector Performance Snapshot API. Analyze how different industries are performing in the market based on average changes across sectors.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateYesDate (YYYY-MM-DD)
sectorNoSector (e.g., Energy)
exchangeNoExchange (e.g., NASDAQ)
getSectorPESnapshotInspect

Retrieve the price-to-earnings (P/E) ratios for various sectors using the Sector P/E Snapshot API. Compare valuation levels across sectors to better understand market valuations.

ParametersJSON Schema
NameRequiredDescriptionDefault
dateYesDate (YYYY-MM-DD)
sectorNoSector (e.g., Energy)
exchangeNoExchange (e.g., NASDAQ)
getSenateTradesInspect

Monitor the trading activity of US Senators with the FMP Senate Trading Activity API. Access detailed information on trades made by Senators, including trade dates, assets, amounts, and potential conflicts of interest.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getSenateTradesByNameInspect

Search for Senate trading activity by Senator name with the FMP Senate Trades by Name API. Access detailed information on trades made by specific Senators, including trade dates, assets, amounts, and potential conflicts of interest.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesSenator name (first or last name)
getShareFloatInspect

Understand the liquidity and volatility of a stock with the FMP Company Share Float and Liquidity API. Access the total number of publicly traded shares for any company to make informed investment decisions.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getSMAInspect

Calculate the Simple Moving Average (SMA) for a stock using the FMP SMA API. This tool helps users analyze trends and identify potential buy or sell signals based on historical price data.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesStock symbol
timeframeYesTimeframe (1min, 5min, 15min, 30min, 1hour, 4hour, 1day)
periodLengthYesPeriod length for the indicator
getSP500ConstituentsInspect

Access detailed data on the S&P 500 index using the S&P 500 Index API. Track the performance and key information of the companies that make up this major stock market index.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getStandardDeviationInspect

Calculate the Standard Deviation for a stock using the FMP Standard Deviation API. This tool helps users analyze volatility and risk associated with historical price data.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesStock symbol
timeframeYesTimeframe (1min, 5min, 15min, 30min, 1hour, 4hour, 1day)
periodLengthYesPeriod length for the indicator
getStockGradeLatestNewsInspect

Stay informed on the latest stock rating changes with the FMP Grade Latest News API. This API provides the most recent updates on analyst ratings for all stock symbols, including links to the original news sources. Track stock price movements, grading firm actions, and market sentiment shifts in real time, sourced from trusted publishers.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoOptional page number (default: 0, max: 100)
limitNoOptional limit on number of results (default: 10, max: 1000)
getStockGradeNewsInspect

Stay informed on the latest analyst grade changes with the FMP Grade News API. This API provides real-time updates on stock rating changes, including the grading company, previous and new grades, and the action taken. Direct links to trusted news sources and stock prices at the time of the update help you stay ahead of market trends and analyst opinions for specific stock symbols.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoOptional page number (default: 0)
limitNoOptional limit on number of results (default: 1, max: 100)
symbolYesStock symbol
getStockGradesInspect

Access the latest stock grades from top analysts and financial institutions with the FMP Grades API. Track grading actions, such as upgrades, downgrades, or maintained ratings, for specific stock symbols, providing valuable insight into how experts evaluate companies over time.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getStockGradeSummaryInspect

Quickly access an overall view of analyst ratings with the FMP Grades Summary API. This API provides a consolidated summary of market sentiment for individual stock symbols, including the total number of strong buy, buy, hold, sell, and strong sell ratings. Understand the overall consensus on a stock’s outlook with just a few data points.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getStockNewsInspect

Stay informed with the latest stock market news using the FMP Stock News Feed API. Access headlines, snippets, publication URLs, and ticker symbols for the most recent articles from a variety of sources.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
pageNoPage number (default: 0)
limitNoLimit on number of results (default: 20, max: 250)
getStockPeersInspect

Identify and compare companies within the same sector and market capitalization range using the FMP Stock Peer Comparison API. Gain insights into how a company stacks up against its peers on the same exchange.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getStockPeersBulkInspect

The Stock Peers Bulk API allows you to quickly retrieve a comprehensive list of peer companies for all stocks in the database. By accessing this data, you can easily compare a stock’s performance with its closest competitors or similar companies within the same industry or sector.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getStockPriceChangeInspect

Track stock price fluctuations in real-time with the FMP Stock Price Change API. Monitor percentage and value changes over various time periods, including daily, weekly, monthly, and long-term.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
getStockRatingsBulkInspect

The FMP Rating Bulk API provides users with comprehensive rating data for multiple stocks in a single request. Retrieve key financial ratings and recommendations such as overall ratings, DCF recommendations, and more for multiple companies at once.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getStockSplitCalendarInspect

Stay informed about upcoming stock splits with the FMP Stock Splits Calendar API. This API provides essential data on upcoming stock splits across multiple companies, including the split date and ratio, helping you track changes in share structures before they occur.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
getStockSplitsInspect

Access detailed information on stock splits for a specific company using the FMP Stock Split Details API. This API provides essential data, including the split date and the split ratio, helping users understand changes in a company's share structure after a stock split.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoOptional limit on number of results (default: 100, max: 1000)
symbolYesStock symbol
getSymbolChangesInspect

Stay informed about the latest stock symbol changes with the FMP Stock Symbol Changes API. Track changes due to mergers, acquisitions, stock splits, and name changes to ensure accurate trading and analysis.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoOptional limit on number of results (default: 100)
invalidNoOptional filter for invalid symbols (default: false)
getTEMAInspect

Calculate the Triple Exponential Moving Average (TEMA) for a stock using the FMP TEMA API. This tool helps users analyze trends and identify potential buy or sell signals based on historical price data.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesStock symbol
timeframeYesTimeframe (1min, 5min, 15min, 30min, 1hour, 4hour, 1day)
periodLengthYesPeriod length for the indicator
get_time_infoInspect

Get current time with ISO format, timestamp, and the last trading day.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_tradesInspect

Get recent trade activity from Polymarket's Data API. Analyze trading patterns, volume, and market sentiment.

ParametersJSON Schema
NameRequiredDescriptionDefault
sideNoFilter by trade side
limitNoNumber of trades to fetch (max 100)
marketNoFilter by market condition ID
offsetNoPagination offset
eventIdNoFilter by event ID
getTreasuryRatesInspect

Access real-time and historical Treasury rates for all maturities with the FMP Treasury Rates API. Track key benchmarks for interest rates across the economy.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoOptional end date (YYYY-MM-DD)
fromNoOptional start date (YYYY-MM-DD)
getUnadjustedChartInspect

Access stock price and volume data without adjustments for stock splits with the FMP Unadjusted Stock Price Chart API. Get accurate insights into stock performance, including open, high, low, and close prices, along with trading volume, without split-related changes.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesStock symbol
getUpgradesDowngradesConsensusBulkInspect

The Upgrades Downgrades Consensus Bulk API provides a comprehensive view of analyst ratings across all symbols. Retrieve bulk data for analyst upgrades, downgrades, and consensus recommendations to gain insights into the market's outlook on individual stocks.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

getWilliamsInspect

Calculate the Williams %R for a stock using the FMP Williams %R API. This tool helps users analyze overbought/oversold conditions and potential reversal signals based on historical price data.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesStock symbol
timeframeYesTimeframe (1min, 5min, 15min, 30min, 1hour, 4hour, 1day)
periodLengthYesPeriod length for the indicator
getWMAInspect

Calculate the Weighted Moving Average (WMA) for a stock using the FMP WMA API. This tool helps users analyze trends and identify potential buy or sell signals based on historical price data.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
symbolYesStock symbol
timeframeYesTimeframe (1min, 5min, 15min, 30min, 1hour, 4hour, 1day)
periodLengthYesPeriod length for the indicator
listCommoditiesInspect

Access an extensive list of tracked commodities across various sectors, including energy, metals, and agricultural products. The FMP Commodities List API provides essential data on tradable commodities, giving investors the ability to explore market options in real-time.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_tagsInspect

List all available tags/categories for filtering markets and events. Use tag IDs with search_markets or search_events.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of tags to return
offsetNoPagination offset
searchCIKInspect

Easily retrieve the Central Index Key (CIK) for publicly traded companies with the FMP CIK API. Access unique identifiers needed for SEC filings and regulatory documents for a streamlined compliance and financial analysis process.

ParametersJSON Schema
NameRequiredDescriptionDefault
cikYesThe CIK number to search for
limitNoOptional limit on number of results (default: 50)
searchCompaniesByCIKInspect

Easily find company information using a CIK (Central Index Key) with the FMP SEC Filings Company Search By CIK API. Access essential company details and filings linked to a specific CIK number.

ParametersJSON Schema
NameRequiredDescriptionDefault
cikYesCentral Index Key (CIK)
searchCompaniesByNameInspect

Search for SEC filings by company or entity name using the FMP SEC Filings By Name API. Quickly retrieve official filings for any organization based on its name.

ParametersJSON Schema
NameRequiredDescriptionDefault
companyYesCompany name or partial name
searchCompaniesBySymbolInspect

Find company information and regulatory filings using a stock symbol with the FMP SEC Filings Company Search By Symbol API. Quickly access essential company details based on stock ticker symbols.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesStock symbol
searchCrowdfundingCampaignsInspect

Search for crowdfunding campaigns by company name, campaign name, or platform with the FMP Crowdfunding Campaign Search API. Access detailed information to track and analyze crowdfunding activities.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesCompany name, campaign name, or platform to search for
searchCryptoNewsInspect

Search for cryptocurrency news using the FMP Search Crypto News API. Retrieve news related to specific coins or tokens by entering their name or symbol.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
pageNoPage number (default: 0)
limitNoLimit on number of results (default: 20, max: 250)
symbolsYesComma-separated list of cryptocurrency symbols
searchCUSIPInspect

Easily search and retrieve financial securities information by CUSIP number using the FMP CUSIP API. Find key details such as company name, stock symbol, and market capitalization associated with the CUSIP.

ParametersJSON Schema
NameRequiredDescriptionDefault
cusipYesThe CUSIP number to search for
searchEquityOfferingsInspect

Easily search for equity offerings by company name or stock symbol with the FMP Equity Offering Search API. Access detailed information about recent share issuances to stay informed on company fundraising activities.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesCompany name or stock symbol to search for
search_eventsInspect

Search Polymarket events. Events group related markets together (e.g., 'Presidential Election 2024' contains multiple markets). Great for discovering market clusters.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of results (max 100)
orderNoField to order by
closedNoFilter by closed status
offsetNoPagination offset
tag_idNoFilter by tag ID
featuredNoShow only featured events
ascendingNoSort direction
searchExchangeVariantsInspect

Search across multiple public exchanges to find where a given stock symbol is listed using the FMP Exchange Variants API. This allows users to quickly identify all the exchanges where a security is actively traded.

ParametersJSON Schema
NameRequiredDescriptionDefault
symbolYesThe stock symbol to search for exchange variants
searchForexNewsInspect

Search for foreign exchange news using the FMP Search Forex News API. Find targeted news on specific currency pairs by entering their symbols for focused updates.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
pageNoPage number (default: 0)
limitNoLimit on number of results (default: 20, max: 250)
symbolsYesComma-separated list of forex pairs
searchFundDisclosuresInspect

Easily search for mutual fund and ETF disclosures by name using the Mutual Fund & ETF Disclosure Name Search API. This API allows you to find specific reports and filings based on the fund or ETF name, providing essential details like CIK number, entity information, and reporting file number.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesName of the holder to search for
searchIndustryClassificationInspect

Search and retrieve industry classification details for companies, including SIC codes, industry titles, and business information, with the FMP Industry Classification Search API.

ParametersJSON Schema
NameRequiredDescriptionDefault
cikNoCentral Index Key (CIK)
symbolNoStock symbol
sicCodeNoSIC code
searchInsiderTradesInspect

Search insider trading activity by company or symbol using the Search Insider Trades API. Find specific trades made by corporate insiders, including executives and directors.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (default: 0)
limitNoLimit on number of results (default: 100, max: 100)
symbolNoStock symbol
companyCikNoCompany CIK number
reportingCikNoReporting CIK number
transactionTypeNoTransaction type (e.g., S-Sale)
searchInsiderTradesByReportingNameInspect

Search for insider trading activity by reporting name using the Search Insider Trades by Reporting Name API. Track trading activities of specific individuals or groups involved in corporate insider transactions.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesReporting person's name to search for
searchISINInspect

Easily search and retrieve the International Securities Identification Number (ISIN) for financial securities using the FMP ISIN API. Find key details such as company name, stock symbol, and market capitalization associated with the ISIN.

ParametersJSON Schema
NameRequiredDescriptionDefault
isinYesThe ISIN number to search for
search_marketsInspect

Search Polymarket prediction markets with filters. Find active markets, filter by tags, volume, liquidity, and more. Perfect for market discovery and analysis.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of results (max 100)
orderNoField to order by (e.g., 'volume', 'liquidity', 'volume24hr')
queryNoSearch query to filter markets by question text (e.g., 'Bitcoin $100k', 'Trump wins')
closedNoFilter by closed status (false = only active markets, true = include closed)
offsetNoPagination offset
tag_idNoFilter by tag ID (use list_tags to discover)
ascendingNoSort direction (true = ascending, false = descending)
volume_minNoMinimum volume in USD
liquidity_minNoMinimum liquidity in USD
searchMergersAcquisitionsInspect

Search for specific mergers and acquisitions data with the FMP Search Mergers and Acquisitions API. Retrieve detailed information on M&A activity, including acquiring and targeted companies, transaction dates, and links to official SEC filings.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesCompany name to search for
searchNameInspect

Search for ticker symbols, company names, and exchange details for equity securities and ETFs listed on various exchanges with the FMP Name Search API. This endpoint is useful for retrieving ticker symbols when you know the full or partial company or asset name but not the symbol identifier.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoOptional limit on number of results (default: 50)
queryYesThe search query to find company names
exchangeNoOptional exchange filter (e.g., NASDAQ, NYSE)
searchPressReleasesInspect

Search for company press releases with the FMP Search Press Releases API. Find specific corporate announcements and updates by entering a stock symbol or company name.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
pageNoPage number (default: 0)
limitNoLimit on number of results (default: 20, max: 250)
symbolsYesComma-separated list of stock symbols
searchStockNewsInspect

Search for stock-related news using the FMP Search Stock News API. Find specific stock news by entering a ticker symbol or company name to track the latest developments.

ParametersJSON Schema
NameRequiredDescriptionDefault
toNoEnd date (YYYY-MM-DD)
fromNoStart date (YYYY-MM-DD)
pageNoPage number (default: 0)
limitNoLimit on number of results (default: 20, max: 250)
symbolsYesComma-separated list of stock symbols
searchSymbolInspect

Easily find the ticker symbol of any stock with the FMP Stock Symbol Search API. Search by company name or symbol across multiple global markets.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoOptional limit on number of results (default: 50)
queryYesThe search query to find stock symbols
exchangeNoOptional exchange filter (e.g., NASDAQ, NYSE)
stockScreenerInspect

Discover stocks that align with your investment strategy using the FMP Stock Screener API. Filter stocks based on market cap, price, volume, beta, sector, country, and more to identify the best opportunities.

ParametersJSON Schema
NameRequiredDescriptionDefault
isEtfNoFilter ETFs
limitNoLimit number of results
isFundNoFilter funds
sectorNoFilter by sector (e.g., Technology)
countryNoFilter by country (e.g., US)
exchangeNoFilter by exchange (e.g., NASDAQ)
industryNoFilter by industry (e.g., Consumer Electronics)
betaMoreThanNoFilter companies with beta greater than this value
betaLowerThanNoFilter companies with beta less than this value
priceMoreThanNoFilter companies with price greater than this value
priceLowerThanNoFilter companies with price less than this value
volumeMoreThanNoFilter companies with volume greater than this value
volumeLowerThanNoFilter companies with volume less than this value
dividendMoreThanNoFilter companies with dividend greater than this value
dividendLowerThanNoFilter companies with dividend less than this value
isActivelyTradingNoFilter actively trading companies
marketCapMoreThanNoFilter companies with market cap greater than this value
marketCapLowerThanNoFilter companies with market cap less than this value
includeAllShareClassesNoInclude all share classes
TOOL_CALLInspect

Execute a tool by name with the provided arguments. IMPORTANT: You MUST call TOOL_GET(tool_name) first to retrieve the full parameter schema before calling this tool. The arguments must match the schema returned by TOOL_GET, including all required parameters. Calling without the correct arguments will result in errors. Workflow: TOOL_LIST -> TOOL_GET(tool_name) -> TOOL_CALL(tool_name, arguments)

ParametersJSON Schema
NameRequiredDescriptionDefault
argumentsYesDictionary of arguments matching the tool's parameter schema from TOOL_GET
tool_nameYesThe name of the tool to call (e.g., "TIME_SERIES_DAILY")
TOOL_GETInspect

Get the full schema for one or more tools including all parameters. After discovering tools via TOOL_LIST, use this to get the complete parameter schema before calling the tool. You can provide either a single tool name or a list of tool names if you're unsure which one to use.

ParametersJSON Schema
NameRequiredDescriptionDefault
tool_nameYesThe name of the tool to get schema for (e.g., "TIME_SERIES_DAILY"),
TOOL_LISTInspect

List all available Alpha Vantage API tools with their names and descriptions. IMPORTANT: This returns only tool names and descriptions, NOT parameter schemas. You MUST call TOOL_GET(tool_name) to retrieve the full inputSchema (required parameters, types, descriptions) before calling TOOL_CALL. Calling TOOL_CALL without first calling TOOL_GET will fail because you won't know the required parameters. Workflow: TOOL_LIST -> TOOL_GET(tool_name) -> TOOL_CALL(tool_name, arguments)

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.