Alpaca
Stock and crypto trading platform with commission-free trading, real-time market data, and algorithmic trading capabilities
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Alpaca authenticates with an API key. Generate the credential in your Alpaca account, then paste it into FlyMyAI the first time an agent uses an Alpaca action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
API key | Your Alpaca API credential. Create or find it in your account settings (usually under API / Developer settings). (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
ALPACA_ADD_ASSET_TO_WATCHLIST | Adds a symbol to an existing watchlist in the authenticated account. Use when you need to track a new security in an existing watchlist. This action appends the specified symbol to the end of the watchlist's asset list. The watchlist_id can be obtained from t… | watchlist_id, symbol |
ALPACA_ADD_ASSET_TO_WATCHLIST_BY_NAME | Add an asset to a watchlist by name. Use when you need to add a symbol to a specific watchlist identified by its name. If a watchlist with the specified name does not exist, it will be created automatically and the symbol will be added to it. The asset will b… | name, symbol |
ALPACA_CREATE_WATCHLIST | Creates a new watchlist for the authenticated account. Use this action when you need to: - Create a new watchlist to track specific securities - Set up initial symbols for a watchlist at creation time - Organize tracked symbols under a named watchlist Note: T… | name |
ALPACA_CREATE_WATCHLIST_FOR_ACCOUNT | Create a new watchlist for the authenticated account. Use when you need to create a watchlist to track specific securities. The name must contain only alphanumeric characters (no spaces or special characters). | account_id, name, symbols |
ALPACA_DELETE_ALL_OPEN_POSITIONS | Liquidates all open positions by closing them at market price. This action is irreversible and will permanently close all positions in the account. Use when you need to quickly exit all positions, such as before closing an account or in emergency situations.… | - |
ALPACA_DELETE_ALL_ORDERS_FOR_ACCOUNT | Attempts to cancel all open orders for a specified trading account. A response will be provided for each order that is attempted to be cancelled. This action is irreversible for individual orders that are successfully cancelled. | account_id |
ALPACA_DELETE_UNSUBSCRIBE_ACCOUNT | Delete a rebalancing subscription to unsubscribe an account. This action permanently removes the specified subscription. Use when you need to unsubscribe an account from rebalancing services. This action is irreversible once executed. Note: If the subscriptio… | subscription_id |
ALPACA_DELETE_WATCHLIST_BY_ID | Delete a watchlist by its unique identifier. Use when you need to remove an entire watchlist that is no longer needed. This action is irreversible once executed - the watchlist and all its contents cannot be recovered. Note: If the watchlist_id is invalid or… | watchlist_id |
ALPACA_GET_ACCOUNT | Retrieves account information for the authenticated Alpaca account. Use this action when you need to check account status, available buying power, cash balance, equity, margin information, day trade count, or other account details. This is a read-only operati… | - |
ALPACA_GET_ACCOUNTS_POSITIONS | Bulk fetches all open positions for the authenticated account. Use when you need to retrieve all current positions, monitor overall portfolio holdings, or check unrealized P&L across the entire account. This action does not require an account_id parameter as… | - |
ALPACA_GET_ACCOUNT_ACTIVITIES | Retrieves account activities for the authenticated Alpaca account. Use this action when you need to retrieve transaction history, dividend payments, interest payments, fees, transfers, or other account-related activities. Supports filtering by date range, acc… | - |
ALPACA_GET_ACCOUNT_ACTIVITIES2 | Retrieves account activities of one type for the authenticated Alpaca account using the v2 API. Use this action when you need to retrieve transaction history, dividend payments, interest payments, fees, transfers, or order fill activities. Supports filtering… | - |
ALPACA_GET_ACCOUNT_ACTIVITIES_BY_ACTIVITY_TYPE | Retrieves account activities of a specific type for the authenticated Alpaca account. Use when you need to filter account activities by a specific type such as trade fills, dividends, interest payments, fees, or transfers. Supports date range filtering, pagin… | activity_type |
ALPACA_GET_ACCOUNT_CONFIG | Retrieves the current trading account configuration settings for the authenticated Alpaca account. Use this action when you need to check the current trading account settings such as day-trading margin call (DTMC) checks, fractional trading status, shorting p… | - |
ALPACA_GET_ACCOUNT_PORTFOLIO_HISTORY | Retrieves the portfolio history statistics for an Alpaca trading account. Portfolio history provides a time series of equity values, profit/loss metrics, and other performance data over a specified time period. Use when you need to analyze account performance… | - |
ALPACA_GET_ACCOUNT_PORTFOLIO_HISTORY1 | Retrieves the portfolio history statistics for a trading account. Portfolio history provides a time series of equity values, profit/loss metrics, and optionally cashflow data over a specified time period. Use when you need to analyze account performance over… | - |
ALPACA_GET_ALL_OPEN_POSITIONS | Retrieves all open positions for the authenticated Alpaca trading account. Use this action when you need to retrieve all current positions, monitor portfolio holdings, or check unrealized P&L across the entire account. This action does not require an account_… | - |
ALPACA_GET_ALL_ORDERS | Retrieves all orders for an account based on specified filter criteria. Returns a list of orders with their current status, filled quantity, prices, and any nested legs for complex orders. Use when you need to query historical or current orders for a trading… | - |
ALPACA_GET_ALPACA_DATA_CRYPTO_US_BARS | Retrieves historical OHLCV (Open, High, Low, Close, Volume) bars for crypto symbols in a specific US location. Use this action when you need to analyze historical price movements and trading activity for cryptocurrency pairs over a given timeframe. The bars a… | loc, symbols, timeframe |
ALPACA_GET_BARS_FOR_MULTIPLE_CRYPTO_SYMBOLS | Retrieves OHLCV (Open, High, Low, Close, Volume) bars for multiple crypto symbols. Use this action when you need to: - Get historical price data for multiple crypto symbols - Analyze price trends over a specific timeframe - Fetch aggregated bar data for multi… | symbols, timeframe |
ALPACA_GET_BARS_FOR_MULTIPLE_STOCK_SYMBOLS | Retrieves OHLCV (Open, High, Low, Close, Volume) bars for multiple stock symbols. Use this action when you need to: - Get historical price data for multiple stock symbols - Analyze price trends over a specific timeframe - Fetch aggregated bar data for stock a… | symbols, timeframe |
ALPACA_GET_BARS_FOR_STOCK_SYMBOL | Retrieves historical OHLCV (Open, High, Low, Close, Volume) bars for a single stock symbol. Use this action when you need to analyze historical price movements and trading activity for a specific stock ticker over a given timeframe. The bars are aggregated ba… | symbol, timeframe |
ALPACA_GET_BARS_STOCKS | Retrieves historical OHLCV (Open, High, Low, Close, Volume) bars for a single stock symbol. Use this action when you need to analyze historical price movements and trading activity for a specific stock ticker over a given timeframe. The bars are aggregated ba… | symbol, timeframe |
ALPACA_GET_CALENDAR | Retrieves market calendar information for trading days from the Alpaca Trading API. Use this action when you need to: - Get market open and close times for specific dates - Check trading session times - Verify market operating hours for date ranges - Plan tra… | - |
ALPACA_GET_CLOCK | Retrieves the current market clock information from the Alpaca Trading API. Use this action when you need to: - Check if the market is currently open - Determine when the next market open or close will occur - Plan trading activities based on market hours - V… | - |
ALPACA_GET_CONDITIONS | Retrieves the mapping of condition codes to their names from Alpaca Markets API for the specified type (trade or quote conditions) and tape. Use this action when you need to: - Decode condition codes from stock market data - Get the list of all valid conditio… | type, tape |
ALPACA_GET_CRYPTO_LATEST_QUOTES | Retrieves the latest bid and ask prices for specified crypto symbols at a specific location. Use when you need real-time quote data for cryptocurrency trading, such as checking current market prices before placing orders or monitoring price movements. | loc, symbols |
ALPACA_GET_CRYPTO_PERPS_GLOBAL_LATEST_BARS | Retrieves the latest OHLCV (Open, High, Low, Close, Volume) bars for crypto perpetual futures symbols. Use this action when you need real-time or near real-time price data for crypto perpetual futures contracts. Returns the most recent bar for each requested… | symbols |
ALPACA_GET_CRYPTO_PERPS_GLOBAL_LATEST_PRICING | Returns the latest pricing data for crypto perpetual futures symbols. Use this action when you need to retrieve current market data for crypto perpetual futures contracts including mark price, index price, open interest, and funding rate. | symbols |
ALPACA_GET_CRYPTO_PERPS_GLOBAL_LATEST_QUOTES | Retrieves the latest bid and ask prices for specified crypto perpetual futures symbols. Use when you need real-time quote data for crypto perpetual futures trading, such as checking current market prices before placing orders or monitoring price movements. | symbols |
ALPACA_GET_CRYPTO_PERPS_GLOBAL_LATEST_TRADES | Retrieves the latest trade data for specified crypto perpetual futures symbols. Use when you need real-time trade data for crypto perpetual futures trading, such as monitoring recent trades, analyzing price movements, or tracking trading volume. | symbols |
ALPACA_GET_CRYPTO_PERP_LATEST_BARS | Retrieves the latest OHLCV (Open, High, Low, Close, Volume) bars for crypto perpetual futures symbols. Use this action when you need real-time or near real-time price data for crypto perpetual futures contracts for a specific location (e.g., 'global'). Return… | loc, symbols |
ALPACA_GET_CRYPTO_PERP_LATEST_ORDER_BOOKS | Retrieves the latest bid and ask orderbook data for specified crypto perpetual futures symbols. Use when you need real-time orderbook data for crypto perpetual futures trading, such as checking current market depth before placing orders or analyzing liquidity… | loc, symbols |
ALPACA_GET_CRYPTO_PERP_LATEST_PRICING | Retrieves the latest pricing data for specified crypto perpetual futures symbols. Use when you need real-time pricing data for crypto perpetual futures trading, such as checking current market prices, index prices, mark prices, funding rates, or open interest… | loc, symbols |
ALPACA_GET_CRYPTO_PERP_LATEST_QUOTES | Retrieves the latest bid and ask prices for specified crypto perpetual futures symbols for a specific location. Use when you need real-time quote data for crypto perpetual futures trading, such as checking current market prices before placing orders or monito… | loc, symbols |
ALPACA_GET_CRYPTO_PERP_LATEST_TRADES | Retrieves the latest trade data for specified crypto perpetual futures symbols. Use when you need real-time trade data for crypto perpetual futures trading, such as monitoring recent trades, analyzing price movements, or tracking trading volume. Returns the m… | loc, symbols |
ALPACA_GET_CRYPTO_SNAPSHOTS | Retrieves snapshots (latest trade, latest quote, minute bar, daily bar, and previous daily bar) for multiple cryptocurrency symbols in a specific location. Use this action when you need comprehensive real-time market data for crypto symbols, such as building… | loc, symbols |
ALPACA_GET_CRYPTO_US_LATEST_BARS | Retrieves the latest OHLCV (Open, High, Low, Close, Volume) bars for US crypto symbols. Use this action when you need real-time or near real-time price data for multiple crypto trading pairs. Returns the most recent bar for each requested symbol, including op… | symbols |
ALPACA_GET_CRYPTO_US_LATEST_ORDER_BOOKS | Retrieves the latest bid and ask orderbook data for specified crypto symbols in the US market. Use when you need real-time orderbook data for cryptocurrency trading in the US market, such as checking current market depth before placing orders or analyzing liq… | symbols |
ALPACA_GET_CRYPTO_US_LATEST_QUOTES | Retrieves the latest bid and ask prices for specified crypto symbols in the US location. Use when you need real-time quote data for cryptocurrency trading in the US market, such as checking current market prices before placing orders or monitoring price movem… | symbols |
ALPACA_GET_CRYPTO_US_LATEST_TRADES | Retrieves the latest trade data for specified crypto symbols in the US location. Use when you need real-time trade data for cryptocurrency trading, such as monitoring recent trades, analyzing price movements, or tracking trading volume. | symbols |
ALPACA_GET_CRYPTO_US_QUOTES | Retrieves historical quote data (bid/ask prices) for specified crypto symbols on US exchanges. Returns quotes sorted by symbol first, then by timestamp. Use when you need: - Historical bid/ask price data for cryptocurrency pairs - Analyzing spread patterns ov… | symbols |
ALPACA_GET_CRYPTO_US_SNAPSHOTS | Retrieves snapshots (latest trade, latest quote, minute bar, daily bar, and previous daily bar) for multiple cryptocurrency symbols in the US market location. Use this action when you need comprehensive real-time market data for multiple crypto symbols in the… | symbols |
ALPACA_GET_CRYPTO_US_TRADES | Retrieves historical trade data for specified US crypto symbols. Use when you need to: - Get historical trade data for US crypto symbols at once - Analyze trading volume and price movements over time - Build datasets for backtesting or research - Query trades… | symbols |
ALPACA_GET_EXCHANGES | Retrieves a list of supported stock exchanges with their short codes and full names from the Alpaca Market Data API. Use this action when you need to: - Get the mapping between exchange codes and full names - Understand what exchange codes like 'Z', 'V', 'N'… | - |
ALPACA_GET_LATEST_BARS_FOR_CRYPTO_SYMBOL | Retrieves the latest OHLCV (Open, High, Low, Close, Volume) bar data for a crypto symbol. Use this action when you need real-time or near real-time price data for a specific cryptocurrency pair. Returns the most recent bar including open, high, low, close pri… | symbol |
ALPACA_GET_LATEST_BARS_FOR_CRYPTO_SYMBOLS | Retrieves the latest OHLCV (Open, High, Low, Close, Volume) bars for multiple crypto symbols. Use this action when you need real-time or near real-time price bar data for multiple cryptocurrency pairs simultaneously. This is useful for dashboards, price monit… | loc, symbols |
ALPACA_GET_LATEST_BARS_FOR_MULTIPLE_STOCK_SYMBOLS | Retrieves the latest OHLCV (Open, High, Low, Close, Volume) bars for multiple stock symbols. Use this action when you need real-time or near real-time price bar data for multiple stock trading symbols simultaneously. This is useful for dashboards, price monit… | symbols |
ALPACA_GET_LATEST_BAR_FOR_STOCK_SYMBOL | Retrieves the latest OHLCV (Open, High, Low, Close, Volume) bar for a single stock symbol. Use this action when you need real-time or near real-time price bar data for a specific stock trading symbol. This is useful for dashboards, price monitoring, and trigg… | symbol |
ALPACA_GET_LATEST_ORDER_BOOKS_FOR_CRYPTO | Retrieves the latest bid and ask orderbook data for specified crypto symbols. Use when you need real-time orderbook data for cryptocurrency trading, such as checking current market depth before placing orders or analyzing liquidity. Returns the most recent or… | loc, symbols |
ALPACA_GET_LATEST_QUOTES_FOR_MULTIPLE_CRYPTO_SYMBOLS | Retrieves the latest bid and ask prices for specified crypto symbols. Use when you need real-time quote data for cryptocurrency trading, such as checking current market prices before placing orders or monitoring price movements. | symbols |
ALPACA_GET_LATEST_QUOTES_FOR_MULTIPLE_STOCK_SYMBOLS | Retrieves the latest NBBO (National Best Bid and Offer) quotes for multiple stock symbols. Use this action when you need real-time or near real-time bid and ask prices for multiple stock trading symbols simultaneously. This is useful for checking market condi… | symbols |
ALPACA_GET_LATEST_QUOTE_FOR_CRYPTO_SYMBOL | Retrieves the latest bid and ask prices for a specified crypto symbol. Use when you need real-time quote data for a specific cryptocurrency, such as checking current market prices before placing an order or monitoring price movements. | symbol |
ALPACA_GET_LATEST_QUOTE_FOR_STOCK_SYMBOL | Retrieves the latest NBBO (National Best Bid and Offer) quote for a single stock symbol. Use this action when you need real-time or near real-time bid and ask prices for a specific stock trading symbol. This is useful for checking market conditions before pla… | symbol |
ALPACA_GET_LATEST_TRADES_FOR_MULTIPLE_CRYPTO_SYMBOLS | Retrieves the latest trade data for specified crypto symbols. Use when you need real-time trade data for cryptocurrency trading, such as monitoring recent trades, analyzing price movements, or tracking trading volume. | symbols, exchange |
ALPACA_GET_LATEST_TRADES_FOR_MULTIPLE_STOCK_SYMBOLS | Retrieves the latest trade data for multiple stock symbols. Use this action when you need real-time or near real-time trade data for multiple stock trading symbols simultaneously. This is useful for dashboards, trade monitoring, and triggering alerts based on… | symbols |
ALPACA_GET_LATEST_TRADE_FOR_STOCK_SYMBOL | Retrieves the latest trade data for a single stock symbol. Use this action when you need the most recent trade information for a specific stock ticker, such as checking current market price and volume before placing an order or monitoring real-time price move… | symbol |
ALPACA_GET_MARKET_CALENDAR | Retrieves market calendar information for a specific exchange from the Alpaca Trading API. Use this action when you need to: - Get market open and close times for a specific exchange (NYSE, NASDAQ, etc.) - Check trading session times for a particular market -… | market |
ALPACA_GET_META_EXCHANGES | Retrieves a list of all US stock exchanges and their identifying information from the Alpaca Market Data API. Use this action when you need to: - Get details about available stock exchanges for order routing - Understand the market structure and exchange type… | - |
ALPACA_GET_MOST_ACTIVES | Retrieves the most active stocks by trading volume or trade count. Use this action when you need to: - Fetch top traded stocks for the current period - Monitor market liquidity and activity - Build trading signals based on volume or trade frequency - Analyze… | - |
ALPACA_GET_NEWS | Retrieves news articles for specified crypto symbols from the Alpaca Market Data API. Use this action when you need to: - Fetch the latest news for crypto assets (BTCUSD, ETHUSD, etc.) - Monitor news sentiment for trading decisions - Build news-based signals… | symbols |
ALPACA_GET_OPEN_POSITION | Fetches a single open position by symbol or asset ID. Use when you need to retrieve detailed information about a specific position, including cost basis, shares traded, market value, and unrealized P&L. This action is useful for checking the current status of… | symbol_or_asset_id |
ALPACA_GET_OPTIONS_CONTRACTS | Retrieve option contracts from Alpaca Markets API (BETA). Use this action when you need to: - Search for option contracts by underlying symbol - Filter contracts by expiration date, strike price, type (call/put), or style - Get a paginated list of all availab… | - |
ALPACA_GET_OPTIONS_LATEST_TRADES | Retrieves the latest trade for each requested option contract symbol. Use this action when you need to: - Get the most recent trade price and size for specific option contracts - Check the last traded time for option symbols before trading - Monitor real-time… | symbols |
ALPACA_GET_OPTIONS_META_CONDITIONS_TRADE | Retrieves the mapping of trade condition codes to their names from Alpaca Markets API. Use this action when you need to: - Decode trade condition codes from options market data - Get the list of all valid trade condition codes and their meanings - Translate r… | - |
ALPACA_GET_OPTIONS_SNAPSHOTS_UNDERLYING_SYMBOL | Retrieves the option chain snapshot data for a specific underlying symbol. This endpoint provides the latest trade, quote, and greeks data for all option contracts associated with an underlying symbol. It returns snapshots including delta, gamma, theta, vega,… | underlying_symbol |
ALPACA_GET_OPTION_BARS | Retrieves historical OHLCV (Open, High, Low, Close, Volume) bars for options contracts. Use this action when you need to analyze historical price movements and trading activity for specific option contracts over a given timeframe. The bars are aggregated base… | symbols, timeframe |
ALPACA_GET_OPTION_CHAIN | Retrieves the option chain for a specific underlying symbol including quotes and greeks for all available strikes and expirations. Use this action when you need comprehensive option market data for a specific underlying asset, such as analyzing option strateg… | underlying_symbol |
ALPACA_GET_OPTION_CONTRACT_SYMBOL_OR_ID | Get an option contract by its symbol or unique identifier. Use this action when you need to retrieve detailed information about a specific option contract. You can query by either the contract's OCC symbol (e.g., 'AAPL250620C00100000') or its unique Alpaca ID… | symbol_or_id |
ALPACA_GET_OPTION_LATEST_QUOTES | Retrieves the latest bid and ask prices for specified option symbols. Use when you need real-time quote data for options trading, such as checking current market prices before placing orders or monitoring price movements. | symbols |
ALPACA_GET_OPTION_META_CONDITIONS | Retrieves the mapping of condition codes to their names from Alpaca Markets API for the specified tick type (trade or quote conditions). Use this action when you need to: - Decode condition codes from options market data - Get the list of all valid condition… | ticktype |
ALPACA_GET_OPTION_SNAPSHOTS | Retrieves snapshots (latest trade, latest quote, minute bar, daily bar, and previous daily bar) for multiple option contract symbols. Use this action when you need comprehensive real-time market data for option contracts, such as building an option price dash… | symbols |
ALPACA_GET_OPTION_TRADES | Retrieves historical trade data for option contracts. Use this action when you need to: - Analyze historical trade activity for option contracts - Review past trades for specific option symbols - Calculate volume patterns and trading activity - Track price mo… | symbols |
ALPACA_GET_PDT_STATUS | Retrieves the Pattern Day Trader (PDT) status for a specified Alpaca trading account. Use when you need to check if an account is flagged as a PDT, monitor PDT call counts, or verify day trading buying power status for regulatory compliance. PDT rules apply t… | - |
ALPACA_GET_POSITIONS_FOR_ACCOUNT | Lists all open positions for a specified trading account. Use when you need to retrieve current positions, monitor portfolio holdings, or check unrealized P&L for an account. | account_id |
ALPACA_GET_QUOTES_FOR_MULTIPLE_STOCK_SYMBOLS | Retrieves historical quote (bid/ask) data for multiple stock symbols. Use this action when you need historical quote data including bid and ask prices for multiple stock trading symbols. This is useful for trading analysis, backtesting strategies, and monitor… | symbols |
ALPACA_GET_QUOTES_FOR_STOCK_SYMBOL | Retrieves historical NBBO (National Best Bid and Offer) quotes for a specific stock symbol. Use this action when you need historical quote data for a single stock symbol, such as for analysis, backtesting trading strategies, or research purposes. You can filt… | symbol |
ALPACA_GET_SNAPSHOTS_FOR_MULTIPLE_CRYPTO_SYMBOLS | Retrieves snapshots (latest trade, latest quote, minute bar, daily bar, and previous daily bar) for multiple cryptocurrency symbols. Use this action when you need comprehensive real-time market data for multiple crypto symbols, such as building a crypto dashb… | symbols |
ALPACA_GET_SNAPSHOTS_FOR_MULTIPLE_STOCK_SYMBOLS | Retrieves snapshots (latest trade, latest quote, minute bar, daily bar, and previous daily bar) for multiple stock symbols. Use this action when you need comprehensive real-time market data for multiple stock symbols, such as building a stock dashboard, check… | symbols |
ALPACA_GET_SNAPSHOT_FOR_STOCK_SYMBOL | Retrieves a snapshot (latest trade, latest quote, minute bar, daily bar, and previous daily bar) for a single stock symbol. Use this action when you need comprehensive real-time market data for a single stock symbol, such as checking current market conditions… | symbol |
ALPACA_GET_SPECIFIC_ANNOUNCEMENT | Retrieves a specific corporate action announcement by its unique identifier. Use this action when you need to fetch detailed information about a corporate action such as dividends, stock splits, mergers, spinoffs, or other corporate events. This is a read-onl… | id |
ALPACA_GET_STOCKS_META_CONDITIONS_TRADE | Retrieves the mapping of trade condition codes to their names from Alpaca Markets API. Use this action when you need to: - Decode trade condition codes from stock market data - Get the list of all valid trade condition codes and their meanings - Translate raw… | tape |
ALPACA_GET_STOCK_AUCTIONS | Retrieves historical auction data for specified stock symbols. Use this action when you need to: - Analyze opening and closing auction prices for stocks - Study pre-market and post-market auction behavior - Understand auction volume and price discovery - Moni… | symbols |
ALPACA_GET_STOCK_AUCTION_SINGLE | Retrieves historical auction (opening/closing print) data for a single stock symbol. Use this action when you need to analyze auction-related price and volume data for a specific stock ticker. This is useful for: - Understanding opening and closing auction pr… | symbol |
ALPACA_GET_SUBSCRIPTION | Retrieves a rebalancing subscription by its unique ID. Returns complete subscription details including the associated account ID, portfolio ID, creation timestamp, and last rebalancing timestamp. Use when you need to fetch subscription information for an exis… | subscription_id |
ALPACA_GET_TOP_MOVERS_BY_MARKET_TYPE | Retrieves the top market movers (gainers and losers) for a specified market type. Use this action when you need to: - Fetch top gainers and losers for stock market analysis - Get cryptocurrency movers for crypto trading strategies - Identify assets with signi… | market_type |
ALPACA_GET_TRADES_FOR_MULTIPLE_CRYPTO_SYMBOLS | Retrieves historical trade data for specified crypto symbols. Use when you need to: - Get historical trade data for multiple crypto symbols at once - Analyze trading volume and price movements over time - Build datasets for backtesting or research - Monitor t… | symbols |
ALPACA_GET_TRADES_FOR_MULTIPLE_STOCK_SYMBOLS | Retrieves historical trade data for multiple stock symbols. Use this action when you need: - Historical trade data for multiple stock symbols at once - Analyze trading volume and price movements over time - Build datasets for backtesting or research - Monitor… | symbols |
ALPACA_GET_TRADES_FOR_STOCK_SYMBOL | Retrieves historical trade data for a single stock symbol. Use this action when you need to analyze historical trade data for a specific stock ticker, such as reviewing price movements, trading volume patterns, or tick data analysis. Each trade record include… | symbol |
ALPACA_GET_WATCHLISTS | Retrieves all watchlists associated with the authenticated account. Use this action when you need to: - View all watchlists for an account - Find a specific watchlist by name - Check what symbols are being tracked before adding or removing symbols - Get watch… | - |
ALPACA_GET_WATCHLIST_BY_ID | Retrieves a single watchlist by its unique identifier. Use when you need to view the details of a specific watchlist, including its name, associated assets, and timestamps. This endpoint provides direct access to a watchlist using its ID rather than requiring… | watchlist_id |
ALPACA_GET_WATCHLIST_BY_NAME | Retrieves a specific watchlist by its name. Use when you need to find a particular watchlist without knowing its ID, such as when managing watchlists for display or modification. Returns the watchlist details including all contained symbols. If multiple watch… | name |
ALPACA_PATCH_ACCOUNT_CONFIGURATIONS | Update the trading account configuration settings for the authenticated account. Use when you need to modify account-level trading settings such as day-trading buying power checks, fractional trading permissions, margin multiplier limits, shorting restriction… | - |
ALPACA_REMOVE_ASSET_FROM_WATCHLIST | Removes a symbol from an existing watchlist in Alpaca. Use this action when you need to delete a ticker symbol from a watchlist that is no longer being tracked. The action returns the updated watchlist after the symbol has been removed. This action is irrever… | watchlist_id, symbol |
ALPACA_REMOVE_SYMBOL_FROM_WATCHLIST | Tool to remove a symbol from an existing watchlist in Alpaca. Use when you need to delete a ticker symbol from a watchlist that is no longer being tracked. This action is irreversible - once a symbol is removed from a watchlist, it cannot be recovered through… | watchlist_id, symbol |
ALPACA_UPDATE_TRADING_CONFIGURATIONS | Updates trading account configurations for an Alpaca trading account. Use when you need to modify account-level trading settings such as day-trading buying power checks, trade confirmation email preferences, or trading restrictions. Supports partial updates -… | - |
ALPACA_UPDATE_WATCHLIST_BY_ID | Updates an existing watchlist by its unique identifier. Use when you need to modify the name or symbols in a watchlist using its ID rather than name. This action allows partial updates - you can update just the name, just the symbols, or both at once. The wat… | watchlist_id, name |
ALPACA_UPDATE_WATCHLIST_BY_NAME | Updates an existing watchlist by its name. Use when you need to modify the symbols in a watchlist or rename it. The action allows partial updates - you can provide only symbols to update the watchlist contents, only a new_name to rename it, or both to update… | name |
ALPACA_UPDATE_WATCHLIST_BY_NAME2 | Updates an existing watchlist by its name. Use when you need to modify the symbols in a watchlist or rename it. The action allows partial updates - you can provide only symbols to update the watchlist contents, only a new_name to rename it, or both to update… | name |
ALPACA_UPLOAD_ACCOUNT_CIP | Upload CIP (Customer Identification Program) information for an account to complete identity verification. Use when you need to submit identity information for a new Alpaca trading account as part of the account onboarding process. This action is typically ca… | account_id, cip_result |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Alpaca!