What problem does it solve? Accessing US market data (stocks, crypto, options) requires navigating API authentication, rate limits, pagination, and feed tiers. This Skill provides ready-to-use Python code and scripts to fetch historical and real-time data from the Alpaca Market Data API without figuring out the SDK from scratch. ## Core Features & Use Cases - Historical Stock Data: Retrieve OHLCV bars, quotes, trades, snapshots, and latest prices for 5000+ US stocks using the alpaca-py SDK or REST scripts with automatic pagination. - Crypto & Options Data: Fetch crypto bars without API keys, and download option contracts filtered by expiration, strike, and type. - Download Scripts: Command-line scripts export stock bars, crypto bars, and option chains directly to CSV files with rate-limit handling. - Use Case: Download one year of daily bars for AAPL and GOOGL to CSV, then pull the full AAPL option chain for the next 90 days to analyze strikes and open interest. ## Quick Start Ask the assistant to download the last 365 days of daily bars for AAPL and MSFT using the Alpaca data scripts and save them as CSV files.