Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
POLYGON_API_KEY | Yes | Your Polygon.io API key |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_aggs | List aggregate bars for a ticker over a given date range in custom time window sizes. |
list_aggs | Iterate through aggregate bars for a ticker over a given date range. |
get_grouped_daily_aggs | Get grouped daily bars for entire market for a specific date. |
get_daily_open_close_agg | Get daily open, close, high, and low for a specific ticker and date. |
get_previous_close_agg | Get previous day's open, close, high, and low for a specific ticker. |
list_trades | Get trades for a ticker symbol. |
get_last_trade | Get the most recent trade for a ticker symbol. |
get_last_crypto_trade | Get the most recent trade for a crypto pair. |
list_quotes | Get quotes for a ticker symbol. |
get_last_quote | Get the most recent quote for a ticker symbol. |
get_last_forex_quote | Get the most recent forex quote. |
get_real_time_currency_conversion | Get real-time currency conversion. |
list_universal_snapshots | Get universal snapshots for multiple assets of a specific type. |
get_snapshot_all | Get a snapshot of all tickers in a market. |
get_snapshot_direction | Get gainers or losers for a market. |
get_snapshot_ticker | Get snapshot for a specific ticker. |
get_snapshot_option | Get snapshot for a specific option contract. |
get_snapshot_crypto_book | Get snapshot for a crypto ticker's order book. |
get_market_holidays | Get upcoming market holidays and their open/close times. |
get_market_status | Get current trading status of exchanges and financial markets. |
list_tickers | Query supported ticker symbols across stocks, indices, forex, and crypto. |
get_ticker_details | Get detailed information about a specific ticker. |
list_ticker_news | Get recent news articles for a stock ticker. |
get_ticker_types | List all ticker types supported by Polygon.io. |
list_splits | Get historical stock splits. |
list_dividends | Get historical cash dividends. |
list_conditions | List conditions used by Polygon.io. |
get_exchanges | List exchanges known by Polygon.io. |
list_stock_financials | Get fundamental financial data for companies. |
list_ipos | Retrieve upcoming or historical IPOs. |
list_short_interest | Retrieve short interest data for stocks. |
list_short_volume | Retrieve short volume data for stocks. |
list_treasury_yields | Retrieve treasury yield data. |
list_benzinga_analyst_insights | List Benzinga analyst insights. |
list_benzinga_analysts | List Benzinga analysts. |
list_benzinga_consensus_ratings | List Benzinga consensus ratings for a ticker. |
list_benzinga_earnings | List Benzinga earnings. |
list_benzinga_firms | List Benzinga firms. |
list_benzinga_guidance | List Benzinga guidance. |
list_benzinga_news | List Benzinga news. |
list_benzinga_ratings | List Benzinga ratings. |