Skip to main content
Alpaca logo

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.

Get your Alpaca credential →

Fields to fill in FlyMyAI

FieldDetails
API keyYour 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.

ActionWhat it doesRequired inputs
ALPACA_ADD_ASSET_TO_WATCHLISTAdds 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_NAMEAdd 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_WATCHLISTCreates 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_ACCOUNTCreate 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_POSITIONSLiquidates 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_ACCOUNTAttempts 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_ACCOUNTDelete 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_IDDelete 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_ACCOUNTRetrieves 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_POSITIONSBulk 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_ACTIVITIESRetrieves 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_ACTIVITIES2Retrieves 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_TYPERetrieves 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_CONFIGRetrieves 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_HISTORYRetrieves 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_HISTORY1Retrieves 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_POSITIONSRetrieves 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_ORDERSRetrieves 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_BARSRetrieves 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_SYMBOLSRetrieves 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_SYMBOLSRetrieves 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_SYMBOLRetrieves 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_STOCKSRetrieves 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_CALENDARRetrieves 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_CLOCKRetrieves 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_CONDITIONSRetrieves 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_QUOTESRetrieves 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_BARSRetrieves 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_PRICINGReturns 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_QUOTESRetrieves 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_TRADESRetrieves 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_BARSRetrieves 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_BOOKSRetrieves 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_PRICINGRetrieves 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_QUOTESRetrieves 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_TRADESRetrieves 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_SNAPSHOTSRetrieves 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_BARSRetrieves 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_BOOKSRetrieves 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_QUOTESRetrieves 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_TRADESRetrieves 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_QUOTESRetrieves 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_SNAPSHOTSRetrieves 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_TRADESRetrieves 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_EXCHANGESRetrieves 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_SYMBOLRetrieves 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_SYMBOLSRetrieves 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_SYMBOLSRetrieves 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_SYMBOLRetrieves 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_CRYPTORetrieves 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_SYMBOLSRetrieves 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_SYMBOLSRetrieves 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_SYMBOLRetrieves 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_SYMBOLRetrieves 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_SYMBOLSRetrieves 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_SYMBOLSRetrieves 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_SYMBOLRetrieves 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_CALENDARRetrieves 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_EXCHANGESRetrieves 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_ACTIVESRetrieves 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_NEWSRetrieves 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_POSITIONFetches 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_CONTRACTSRetrieve 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_TRADESRetrieves 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_TRADERetrieves 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_SYMBOLRetrieves 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_BARSRetrieves 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_CHAINRetrieves 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_IDGet 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_QUOTESRetrieves 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_CONDITIONSRetrieves 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_SNAPSHOTSRetrieves 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_TRADESRetrieves 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_STATUSRetrieves 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_ACCOUNTLists 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_SYMBOLSRetrieves 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_SYMBOLRetrieves 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_SYMBOLSRetrieves 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_SYMBOLSRetrieves 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_SYMBOLRetrieves 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_ANNOUNCEMENTRetrieves 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_TRADERetrieves 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_AUCTIONSRetrieves 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_SINGLERetrieves 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_SUBSCRIPTIONRetrieves 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_TYPERetrieves 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_SYMBOLSRetrieves 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_SYMBOLSRetrieves 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_SYMBOLRetrieves 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_WATCHLISTSRetrieves 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_IDRetrieves 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_NAMERetrieves 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_CONFIGURATIONSUpdate 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_WATCHLISTRemoves 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_WATCHLISTTool 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_CONFIGURATIONSUpdates 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_IDUpdates 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_NAMEUpdates 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_NAME2Updates 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_CIPUpload 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
We love our partners - FlyMy.AI builds with the best. Thanks, Alpaca!