Alpaca
Official@alpacahq · United States of America
Alpaca builds high performance APIs for Stock and Crypto Trading
Agent Skills by Alpaca
Showing 14 vetted skills indexed across 2 GitHub repositories.
alpaca-trading-example
Automate Alpaca trading operations including orders, positions, and market data.
alpaca-broker-market-data
Access real-time and historical US stock market data via the Alpaca Market Data API.
alpaca-broker-integration
Integrate with the Alpaca Broker API for account management, trading, and market data.
alpaca-broker-reconciliation-idempotency
Manage local state convergence with the Alpaca Broker API via idempotent processing and reconciliation.
alpaca-broker-rate-limits-resilience
Handle Alpaca API rate limits, retries, backoff, concurrency, and pagination.
alpaca-broker-money-precision
Perform string-based monetary calculations for Alpaca's Broker API.
alpaca-broker-account-onboarding
Automates brokerage account creation, KYC, and lifecycle management via the Alpaca Broker API.
alpaca-broker-journals
Create and manage JNLC and JNLS journals via the Alpaca Broker API.
alpaca-broker-sse-events
Manages and replays Server-Sent Event streams from the Alpaca Broker API.
alpaca-broker-trading-orders
Automate order placement, management, and tracking for Alpaca Broker API accounts.
alpaca-broker-funding-transfers
Automate ACH, wire, and funding wallet transfers via the Alpaca Broker API.
alpaca-trading-backtest
Execute historical backtests for trading strategies using Alpaca's Trading API.
starter-dashboard
Generate a local Next.js Alpaca dashboard scaffold for paper trading and market data.
alpaca-ts-alpha-sdk
Guide correct use of the @alpacahq/alpaca-ts-alpha TypeScript SDK for Alpaca trading and market-data workflows.
Frequently Asked Questions About Alpaca
FAQPage SchemaWhat specific financial tasks can be managed through these integrations?▼
These integrations enable programmatic management of brokerage accounts, including KYC onboarding, ACH and wire funding transfers, and the execution of equity and cryptocurrency orders. Users can also manage financial journals, reconcile account states, and process real-time market data streams for high-frequency trading environments.
Which technical personas are best suited for these financial integrations?▼
These resources are designed for quantitative developers, fintech engineers, and systems architects building brokerage platforms. The technical requirements necessitate proficiency in handling asynchronous event streams, managing financial precision in monetary calculations, and implementing robust error handling for rate-limited financial endpoints.
What are the primary prerequisites for deploying these trading solutions?▼
Deployment requires an active Alpaca brokerage account and valid credentials for the Broker or Trading interfaces. Developers must implement local state management to handle idempotency, configure secure environments for handling sensitive financial data, and ensure compliance with regulatory requirements for account creation and funding.