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
Available Tools
289 toolsanalyze_marketInspect
Get comprehensive market analysis including probabilities, trading activity, and AI-friendly insights. Combines market data with recent trades.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Market slug to analyze | |
| include_trades | No | Include 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.
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
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.
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
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.
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | User wallet address to fetch activity for | |
| limit | No | Number of activities to return (1-1000) | |
| offset | No | Number of activities to skip for pagination | |
| end_time | No | Filter activity until this Unix timestamp in seconds (inclusive) | |
| start_time | No | Filter activity from this Unix timestamp in seconds (inclusive) | |
| market_slug | No | Filter activity by market slug | |
| condition_id | No | Filter 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).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of prices to return (default: 100, max: 100). When no time range is provided, limit is automatically set to 1. | |
| currency | Yes | The currency pair symbol. Must be lowercase alphanumeric with no separators (e.g., btcusdt, ethusdt, solusdt, xrpusdt). | |
| end_time | No | End time in Unix timestamp (milliseconds). If not provided along with start_time, returns the most recent price (limit 1). | |
| start_time | No | Start time in Unix timestamp (milliseconds). If not provided along with end_time, returns the most recent price (limit 1). | |
| pagination_key | No | Pagination 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.
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | Yes | Unix timestamp (in seconds) for end of time range | |
| interval | No | Interval 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_time | Yes | Unix timestamp (in seconds) for start of time range |
dome_chainlink_pricesInspect
Fetches historical crypto price data from Chainlink. 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: slash-separated (e.g., btc/usd, eth/usd).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of prices to return (default: 100, max: 100). When no time range is provided, limit is automatically set to 1. | |
| currency | Yes | The currency pair symbol. Must be slash-separated (e.g., btc/usd, eth/usd, sol/usd, xrp/usd). | |
| end_time | No | End time in Unix timestamp (milliseconds). If not provided along with start_time, returns the most recent price (limit 1). | |
| start_time | No | Start time in Unix timestamp (milliseconds). If not provided along with end_time, returns the most recent price (limit 1). | |
| pagination_key | No | Pagination key (base64-encoded) to fetch the next page of results. Returned in the response when more data is available. |
dome_market_priceInspect
Fetches the current market price for a market by token_id. Allows historical lookups via the at_time query parameter.
| Name | Required | Description | Default |
|---|---|---|---|
| at_time | No | Optional 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.
| Name | Required | Description | Default |
|---|---|---|---|
| at_time | No | Optional 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
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter markets by tag(s). Can provide multiple values. | |
| limit | No | Number of markets to return (1-100). Default: 10 for search, 10 for regular queries. | |
| offset | No | Number of markets to skip for pagination | |
| search | No | Search markets by keywords in title and description. Must be URL encoded (e.g., 'bitcoin%20price' for 'bitcoin price'). | |
| status | No | Filter markets by status (whether they're open or closed) | |
| end_time | No | Filter markets until this Unix timestamp in seconds (inclusive) | |
| event_slug | No | Filter markets by event slug(s). Can provide multiple values. | |
| min_volume | No | Filter markets with total trading volume greater than or equal to this amount (USD) | |
| start_time | No | Filter markets from this Unix timestamp in seconds (inclusive) | |
| market_slug | No | Filter markets by market slug(s). Can provide multiple values. | |
| condition_id | No | Filter 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
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of markets to return (1-100). Default: 10. | |
| offset | No | Number of markets to skip for pagination | |
| search | No | Search markets by keywords in title and description. Must be URL encoded (e.g., 'bitcoin%20price' for 'bitcoin price'). | |
| status | No | Filter markets by status (whether they're open or closed) | |
| min_volume | No | Filter markets with total trading volume greater than or equal to this amount (in dollars) | |
| event_ticker | No | Filter markets by event ticker(s). Can provide multiple values. | |
| market_ticker | No | Filter 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of snapshots to return (default: 100, max: 200). Ignored when fetching the latest orderbook without start_time and end_time. | |
| end_time | No | End time in Unix timestamp (milliseconds). Optional - if not provided along with start_time, returns the latest orderbook snapshot. | |
| token_id | Yes | The token id (asset) for the Polymarket market | |
| start_time | No | Start time in Unix timestamp (milliseconds). Optional - if not provided along with end_time, returns the latest orderbook snapshot. | |
| pagination_key | No | Pagination 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of snapshots to return (default: 100, max: 200). Ignored when fetching the latest orderbook without start_time and end_time. | |
| ticker | Yes | The Kalshi market ticker | |
| end_time | No | End time in Unix timestamp (milliseconds). Optional - if not provided along with start_time, returns the latest orderbook snapshot. | |
| start_time | No | Start 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of positions to return per page. Defaults to 100, maximum 100. | |
| pagination_key | No | Pagination 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.
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| kalshi_event_ticker | No | The 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_slug | No | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of trades to return (default: 100) | |
| offset | No | Number of trades to skip for pagination | |
| ticker | No | The Kalshi market ticker to filter trades | |
| end_time | No | End time in Unix timestamp (seconds) | |
| start_time | No | Start 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.
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | Filter orders by user (wallet address) | |
| limit | No | Number of orders to return (1-1000) | |
| offset | No | Number of orders to skip for pagination | |
| end_time | No | Filter orders until this Unix timestamp in seconds (inclusive) | |
| token_id | No | Filter orders by token ID | |
| start_time | No | Filter orders from this Unix timestamp in seconds (inclusive) | |
| market_slug | No | Filter orders by market slug | |
| condition_id | No | Filter 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.
| Name | Required | Description | Default |
|---|---|---|---|
| eoa | No | EOA (Externally Owned Account) wallet address. Either eoa or proxy must be provided, but not both. | |
| proxy | No | Proxy wallet address. Either eoa or proxy must be provided, but not both. | |
| end_time | No | Optional end date for metrics calculation (Unix timestamp in seconds). Only used when with_metrics=true. | |
| start_time | No | Optional start date for metrics calculation (Unix timestamp in seconds). Only used when with_metrics=true. | |
| with_metrics | No | Whether 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.
| Name | Required | Description | Default |
|---|---|---|---|
| end_time | No | Defaults to the current date if not provided. | |
| start_time | No | Defaults to first day of first trade if not provided. | |
| granularity | Yes | Example: "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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit on number of results (default: 2000) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Stock symbol | |
| timeframe | Yes | Timeframe (1min, 5min, 15min, 30min, 1hour, 4hour, 1day) | |
| periodLength | Yes | Period 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock symbol |
getAllExchangeMarketHoursInspect
View the market hours for all exchanges. Check when different markets are active.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| short | No | Whether 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.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| limit | No | Limit the number of results |
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.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Optional page number (default: 0) | |
| limit | No | Optional limit on number of results (default: 10, max: 1000) | |
| period | Yes | Period (annual or quarter) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_balance_sheetInspect
Get company balance sheet data.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock symbol/ticker (e.g. '000001') | |
| recent_n | No | Number 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.
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Year (e.g., 2023) | |
| period | Yes | Period (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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit on number of results (default: 100, max: 1000) | |
| period | No | Period (Q1, Q2, Q3, Q4, or FY) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit on number of results (default: 100, max: 1000) | |
| period | No | Period type (annual or quarter) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit on number of results (default: 100, max: 1000) | |
| period | No | Period (Q1, Q2, Q3, Q4, or FY) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Year (e.g., 2023) | |
| period | Yes | Period (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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit on number of results (default: 100, max: 1000) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | Comma-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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | Comma-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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | Comma-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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | Comma-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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbols | Yes | Comma-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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_cash_flowInspect
Get company cash flow statement data.
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Data source | sina |
| symbol | Yes | Stock symbol/ticker (e.g. '000001') | |
| recent_n | No | Number 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.
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Year (e.g., 2023) | |
| period | Yes | Period (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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit on number of results (default: 100, max: 1000) | |
| period | No | Period (Q1, Q2, Q3, Q4, or FY) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit on number of results (default: 100, max: 1000) | |
| period | No | Period type (annual or quarter) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit on number of results (default: 100, max: 1000) | |
| period | No | Period (Q1, Q2, Q3, Q4, or FY) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Year (e.g., 2023) | |
| period | Yes | Period (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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit on number of results (default: 100, max: 1000) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional 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.
| Name | Required | Description | Default |
|---|---|---|---|
| short | No | Whether 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.
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | Filter for active executives | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| cik | Yes | CIK 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.
| Name | Required | Description | Default |
|---|---|---|---|
| part | Yes | Part 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.
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | Central Index Key (CIK) | |
| symbol | No | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Optional end date (YYYY-MM-DD) | |
| from | No | Optional start date (YYYY-MM-DD) | |
| symbol | Yes | Commodity 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Optional end date (YYYY-MM-DD) | |
| from | No | Optional start date (YYYY-MM-DD) | |
| symbol | Yes | Commodity symbol |
getCrowdfundingCampaignsByCIKInspect
Access detailed information on all crowdfunding campaigns launched by a specific company with the FMP Crowdfunding By CIK API.
| Name | Required | Description | Default |
|---|---|---|---|
| cik | Yes | CIK 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Cryptocurrency 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Cryptocurrency 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Cryptocurrency 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.
| Name | Required | Description | Default |
|---|---|---|---|
| short | No | Get 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Cryptocurrency 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Cryptocurrency 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Cryptocurrency 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Cryptocurrency 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| page | No | Page number (default: 0) | |
| limit | No | Limit 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.
| Name | Required | Description | Default |
|---|---|---|---|
| short | No | Whether 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 0) | |
| limit | No | Limit 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Stock symbol | |
| timeframe | Yes | Timeframe (1min, 5min, 15min, 30min, 1hour, 4hour, 1day) | |
| periodLength | Yes | Period 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Fund 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional limit on number of results (default: 100, max: 1000) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional limit on number of results (default: 100, max: 1000) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Year 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.
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Year of the earnings call | |
| limit | No | Limit the number of results | |
| symbol | Yes | Stock symbol | |
| quarter | Yes | Quarter 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Optional end date (YYYY-MM-DD) | |
| from | No | Optional 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Optional end date (YYYY-MM-DD) | |
| from | No | Optional start date (YYYY-MM-DD) | |
| name | Yes | Name 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Stock symbol | |
| timeframe | Yes | Timeframe (1min, 5min, 15min, 30min, 1hour, 4hour, 1day) | |
| periodLength | Yes | Period 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit on number of results (default: 100, max: 10000) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date 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.
| Name | Required | Description | Default |
|---|---|---|---|
| cik | Yes | CIK 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.
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Optional 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| part | Yes | Part 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| short | No | Whether to use short format |
get_eventInspect
Get detailed information about a specific event by slug, including all related markets.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Event 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.
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | Exchange 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.
| Name | Required | Description | Default |
|---|---|---|---|
| short | No | Whether to use short format | |
| exchange | Yes | Exchange 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Year 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.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 0) | |
| year | Yes | Year of filing | |
| limit | No | Limit on number of results (default: 10, max: 100) | |
| symbol | Yes | Stock symbol | |
| quarter | Yes | Quarter 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End date (YYYY-MM-DD) | |
| cik | Yes | Central Index Key (CIK) | |
| from | Yes | Start date (YYYY-MM-DD) | |
| page | No | Page number for pagination | |
| limit | No | Limit 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End date (YYYY-MM-DD) | |
| from | Yes | Start date (YYYY-MM-DD) | |
| page | No | Page number for pagination | |
| limit | No | Limit the number of results | |
| formType | Yes | Form 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End date (YYYY-MM-DD) | |
| from | Yes | Start date (YYYY-MM-DD) | |
| page | No | Page number for pagination | |
| limit | No | Limit the number of results | |
| symbol | Yes | Stock symbol |
get_financial_metricsInspect
Get key financial metrics from the three major financial statements.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock symbol/ticker (e.g. '000001') | |
| recent_n | No | Number 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Year of the report | |
| period | Yes | Period (Q1, Q2, Q3, Q4, or FY) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Year of the report | |
| period | Yes | Period (Q1, Q2, Q3, Q4, or FY) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit on number of results (default: 100, max: 1000) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit on number of results (default: 100, max: 1000) | |
| period | No | Period type (annual or quarter) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit on number of results (default: 100, max: 1000) | |
| period | No | Period (Q1, Q2, Q3, Q4, or FY) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 0) | |
| limit | No | Limit 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Forex 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Forex 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Forex 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.
| Name | Required | Description | Default |
|---|---|---|---|
| short | No | Optional 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Forex 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Forex 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| page | No | Page number (default: 0) | |
| limit | No | Limit 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Forex 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.
| Name | Required | Description | Default |
|---|---|---|---|
| short | No | Whether 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Forex 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.
| Name | Required | Description | Default |
|---|---|---|---|
| cik | Yes | CIK 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).
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Fund 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Fund 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.
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | Optional CIK number | |
| year | Yes | Year | |
| symbol | Yes | Fund symbol | |
| quarter | Yes | Quarter |
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.
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | Optional CIK number | |
| symbol | Yes | Fund 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Fund 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Fund 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Fund 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| page | No | Page number (default: 0) | |
| limit | No | Limit on number of results (default: 20, max: 250) |
get_hist_dataInspect
Get historical stock market data. 'eastmoney_direct' support all A,B,H shares
| Name | Required | Description | Default |
|---|---|---|---|
| adjust | No | Adjustment type | none |
| source | No | Data source | eastmoney |
| symbol | Yes | Stock symbol/ticker (e.g. '000001') | |
| end_date | No | End date in YYYY-MM-DD format | 2030-12-31 |
| interval | No | Time interval | day |
| recent_n | No | Number of most recent records to return | |
| start_date | No | Start date in YYYY-MM-DD format | 1970-01-01 |
| indicators_list | No | Technical indicators to add | |
| interval_multiplier | No | Interval 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit on number of results (default: 100, max: 10000) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Index 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Index 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| exchange | No | Exchange (e.g., NASDAQ) | |
| industry | Yes | Industry (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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| exchange | No | Exchange (e.g., NASDAQ) | |
| industry | Yes | Industry (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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| limit | No | Limit on number of results (default: 100, max: 5000) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional limit on number of results (default: 1, max: 10000) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| sector | Yes | Sector (e.g., Energy) | |
| exchange | No | Exchange (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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| sector | Yes | Sector (e.g., Energy) | |
| exchange | No | Exchange (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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional limit on number of results (default: 100, max: 1000) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| cik | Yes | CIK number | |
| year | Yes | Year of filing | |
| quarter | Yes | Quarter 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.
| Name | Required | Description | Default |
|---|---|---|---|
| cik | Yes | CIK number | |
| page | No | Page 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date for the holidays (YYYY-MM-DD format) | |
| from | No | Start date for the holidays (YYYY-MM-DD format) | |
| exchange | Yes | Exchange 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Representative name (first or last name) |
get_income_statementInspect
Get company income statement data.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock symbol/ticker (e.g. '000001') | |
| recent_n | No | Number 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit on number of results (default: 100, max: 1000) | |
| period | No | Period (Q1, Q2, Q3, Q4, or FY) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit on number of results (default: 100, max: 1000) | |
| period | No | Period type (annual or quarter) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit on number of results (default: 100, max: 1000) | |
| period | No | Period (Q1, Q2, Q3, Q4, or FY) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Year (e.g., 2023) | |
| period | Yes | Period (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.
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Year (e.g., 2023) | |
| period | Yes | Period (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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit on number of results (default: 100, max: 1000) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Index 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Index 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Index 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Index 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.
| Name | Required | Description | Default |
|---|---|---|---|
| short | No | Whether 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Index 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.
| Name | Required | Description | Default |
|---|---|---|---|
| sicCode | No | SIC code | |
| industryTitle | No | Industry 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.
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date (YYYY-MM-DD) | |
| exchange | No | Exchange (e.g., NASDAQ) | |
| industry | No | Industry (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.
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Year of filing | |
| quarter | Yes | Quarter 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.
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date (YYYY-MM-DD) | |
| exchange | No | Exchange (e.g., NASDAQ) | |
| industry | No | Industry (e.g., Biotechnology) |
get_inner_trade_dataInspect
Get company insider trading data.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Stock symbol | |
| interval | Yes | Time 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit on number of results (default: 100, max: 1000) | |
| period | No | Period (Q1, Q2, Q3, Q4, FY, annual, or quarter) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End date (YYYY-MM-DD) | |
| from | Yes | Start date (YYYY-MM-DD) | |
| page | No | Page number for pagination | |
| limit | No | Limit 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.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 0) | |
| limit | No | Limit 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.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| limit | No | Limit 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.
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | Optional CIK number to filter by | |
| page | No | Page number (default: 0) | |
| limit | No | Limit 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End date (YYYY-MM-DD) | |
| from | Yes | Start date (YYYY-MM-DD) | |
| page | No | Page number for pagination | |
| limit | No | Limit 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.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 0) | |
| limit | No | Limit 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.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| limit | No | Limit 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.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date of insider trades (YYYY-MM-DD) | |
| page | No | Page number (default: 0) | |
| limit | No | Limit 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.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 0) | |
| limit | No | Limit 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.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 0) | |
| limit | No | Limit 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.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| limit | No | Limit 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Stock symbol |
get_marketInspect
Get detailed information about a specific market by slug. Returns probabilities, volume, liquidity, outcomes, and full market data.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Market 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| short | No | Whether 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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_news_dataInspect
Get stock-related news data.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock symbol/ticker (e.g. '000001') | |
| recent_n | No | Number 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Year of filing | |
| symbol | Yes | Stock symbol | |
| quarter | Yes | Quarter 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| page | No | Page number (default: 0) | |
| limit | No | Limit 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Optional page number (default: 0, max: 100) | |
| limit | No | Optional 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.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Optional page number (default: 0) | |
| limit | No | Optional limit on number of results (default: 10) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional limit on number of results (default: 1) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit on number of results (default: 100, max: 1000) | |
| period | No | Period (Q1, Q2, Q3, Q4, FY, annual, or quarter) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_realtime_dataInspect
Get real-time stock market data. 'eastmoney_direct' support all A,B,H shares
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Data source | eastmoney_direct |
| symbol | No | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Period type (annual or quarter) | |
| symbol | Yes | Stock symbol | |
| structure | No | Response 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.
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Period type (annual or quarter) | |
| symbol | Yes | Stock symbol | |
| structure | No | Response 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Stock symbol | |
| timeframe | Yes | Timeframe (1min, 5min, 15min, 30min, 1hour, 4hour, 1day) | |
| periodLength | Yes | Period 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.
| Name | Required | Description | Default |
|---|---|---|---|
| cik | Yes | CIK number | |
| year | Yes | Year of filing | |
| quarter | Yes | Quarter 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.
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date (YYYY-MM-DD) | |
| sector | No | Sector (e.g., Energy) | |
| exchange | No | Exchange (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.
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Date (YYYY-MM-DD) | |
| sector | No | Sector (e.g., Energy) | |
| exchange | No | Exchange (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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Senator name (first or last name) |
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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Stock symbol | |
| timeframe | Yes | Timeframe (1min, 5min, 15min, 30min, 1hour, 4hour, 1day) | |
| periodLength | Yes | Period 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Stock symbol | |
| timeframe | Yes | Timeframe (1min, 5min, 15min, 30min, 1hour, 4hour, 1day) | |
| periodLength | Yes | Period 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.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Optional page number (default: 0, max: 100) | |
| limit | No | Optional 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.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Optional page number (default: 0) | |
| limit | No | Optional limit on number of results (default: 1, max: 100) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| page | No | Page number (default: 0) | |
| limit | No | Limit 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional limit on number of results (default: 100, max: 1000) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional limit on number of results (default: 100) | |
| invalid | No | Optional 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Stock symbol | |
| timeframe | Yes | Timeframe (1min, 5min, 15min, 30min, 1hour, 4hour, 1day) | |
| periodLength | Yes | Period length for the indicator |
get_time_infoInspect
Get current time with ISO format, timestamp, and the last trading day.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_tradesInspect
Get recent trade activity from Polymarket's Data API. Analyze trading patterns, volume, and market sentiment.
| Name | Required | Description | Default |
|---|---|---|---|
| side | No | Filter by trade side | |
| limit | No | Number of trades to fetch (max 100) | |
| market | No | Filter by market condition ID | |
| offset | No | Pagination offset | |
| eventId | No | Filter 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Optional end date (YYYY-MM-DD) | |
| from | No | Optional 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Stock symbol | |
| timeframe | Yes | Timeframe (1min, 5min, 15min, 30min, 1hour, 4hour, 1day) | |
| periodLength | Yes | Period 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| symbol | Yes | Stock symbol | |
| timeframe | Yes | Timeframe (1min, 5min, 15min, 30min, 1hour, 4hour, 1day) | |
| periodLength | Yes | Period 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.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
list_tagsInspect
List all available tags/categories for filtering markets and events. Use tag IDs with search_markets or search_events.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of tags to return | |
| offset | No | Pagination 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.
| Name | Required | Description | Default |
|---|---|---|---|
| cik | Yes | The CIK number to search for | |
| limit | No | Optional 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.
| Name | Required | Description | Default |
|---|---|---|---|
| cik | Yes | Central 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.
| Name | Required | Description | Default |
|---|---|---|---|
| company | Yes | Company 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock 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.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Company 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| page | No | Page number (default: 0) | |
| limit | No | Limit on number of results (default: 20, max: 250) | |
| symbols | Yes | Comma-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.
| Name | Required | Description | Default |
|---|---|---|---|
| cusip | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Company 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results (max 100) | |
| order | No | Field to order by | |
| closed | No | Filter by closed status | |
| offset | No | Pagination offset | |
| tag_id | No | Filter by tag ID | |
| featured | No | Show only featured events | |
| ascending | No | Sort 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.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| page | No | Page number (default: 0) | |
| limit | No | Limit on number of results (default: 20, max: 250) | |
| symbols | Yes | Comma-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.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name 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.
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | Central Index Key (CIK) | |
| symbol | No | Stock symbol | |
| sicCode | No | SIC 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.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 0) | |
| limit | No | Limit on number of results (default: 100, max: 100) | |
| symbol | No | Stock symbol | |
| companyCik | No | Company CIK number | |
| reportingCik | No | Reporting CIK number | |
| transactionType | No | Transaction 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.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Reporting 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.
| Name | Required | Description | Default |
|---|---|---|---|
| isin | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results (max 100) | |
| order | No | Field to order by (e.g., 'volume', 'liquidity', 'volume24hr') | |
| query | No | Search query to filter markets by question text (e.g., 'Bitcoin $100k', 'Trump wins') | |
| closed | No | Filter by closed status (false = only active markets, true = include closed) | |
| offset | No | Pagination offset | |
| tag_id | No | Filter by tag ID (use list_tags to discover) | |
| ascending | No | Sort direction (true = ascending, false = descending) | |
| volume_min | No | Minimum volume in USD | |
| liquidity_min | No | Minimum 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.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Company 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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional limit on number of results (default: 50) | |
| query | Yes | The search query to find company names | |
| exchange | No | Optional 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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| page | No | Page number (default: 0) | |
| limit | No | Limit on number of results (default: 20, max: 250) | |
| symbols | Yes | Comma-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.
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date (YYYY-MM-DD) | |
| from | No | Start date (YYYY-MM-DD) | |
| page | No | Page number (default: 0) | |
| limit | No | Limit on number of results (default: 20, max: 250) | |
| symbols | Yes | Comma-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.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional limit on number of results (default: 50) | |
| query | Yes | The search query to find stock symbols | |
| exchange | No | Optional 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.
| Name | Required | Description | Default |
|---|---|---|---|
| isEtf | No | Filter ETFs | |
| limit | No | Limit number of results | |
| isFund | No | Filter funds | |
| sector | No | Filter by sector (e.g., Technology) | |
| country | No | Filter by country (e.g., US) | |
| exchange | No | Filter by exchange (e.g., NASDAQ) | |
| industry | No | Filter by industry (e.g., Consumer Electronics) | |
| betaMoreThan | No | Filter companies with beta greater than this value | |
| betaLowerThan | No | Filter companies with beta less than this value | |
| priceMoreThan | No | Filter companies with price greater than this value | |
| priceLowerThan | No | Filter companies with price less than this value | |
| volumeMoreThan | No | Filter companies with volume greater than this value | |
| volumeLowerThan | No | Filter companies with volume less than this value | |
| dividendMoreThan | No | Filter companies with dividend greater than this value | |
| dividendLowerThan | No | Filter companies with dividend less than this value | |
| isActivelyTrading | No | Filter actively trading companies | |
| marketCapMoreThan | No | Filter companies with market cap greater than this value | |
| marketCapLowerThan | No | Filter companies with market cap less than this value | |
| includeAllShareClasses | No | Include 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)
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | Yes | Dictionary of arguments matching the tool's parameter schema from TOOL_GET | |
| tool_name | Yes | The 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.
| Name | Required | Description | Default |
|---|---|---|---|
| tool_name | Yes | The 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)
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!