What problem does it solve? Integrating Alpaca's market data surface is error-prone: it spans multiple hosts with different auth, feed entitlements (IEX vs SIP) that silently 403, pagination that splits results by symbol, and a WebSocket protocol with strict connection limits. This Skill encodes the verified endpoints, parameters, object shapes, and production lessons so you build quotes, charts, and price feeds correctly the first time. ## Core Features & Use Cases - REST Market Data: Snapshots, historical bars with timeframes and adjustments, latest trades/quotes, auctions, news, and screeners on the data host. - Real-Time Streaming: WebSocket connect/auth/subscribe flow, message types (trades, quotes, bars, corrections), and error-code handling for the live feed. - Assets, Clock & Calendar: Host-correct paths for tradability metadata, market hours, and holiday calendars on Trading vs Broker API hosts. - Use Case: Build a charting feature that backfills daily bars for a symbol list, caches them in your own store, and streams live minute bars over a single shared WebSocket connection. ## Quick Start Use the alpaca-broker-market-data skill to fetch the last 30 days of 1Day bars for AAPL from the IEX feed and then subscribe to real-time trades over the WebSocket stream.