alpaca-integration - Alpaca Integration with alpaca-py SDK
Provides instructions for connecting to Alpaca API, retrieving crypto market data, submitting orders, managing positions, and handling errors using alpaca-py.
Tags
Updated: 2026-09-19Capabilities
Typical Inputs
Typical Outputs
What this skill does
- Initialize Alpaca clients
- Fetch historical crypto bars
- Stream live crypto data
- Submit market and limit orders
- Ensure order idempotency
- Query account balance and positions
- Close open positions
- Handle API rate limits
Inputs
- Alpaca API credentials
- Paper or live environment setting
- Crypto symbol pair
Outputs
- Historical market data DataFrame
- Live market data stream
- Order execution response
- Account and position details
Requirements
- alpaca-py library
- Python asyncio environment
- Alpaca account keys
