Payload Logo
Financial & Market Analysis,  Agent Frameworks

OpenAlice with OpenBB API Integration

Date Published

**TL;DR** OpenAlice is an AI trading agent that automates research, execution, and risk management across equities, crypto, forex, and macro assets. It runs on your Ubuntu server, integrates with your existing OpenBB API, and can be fully installed in under 10 minutes with `pnpm install && pnpm build`. **Good For** Your Ubuntu server with OpenBB API already deployed. This solves the pain point of manually connecting a high‑frequency agent to that data source – OpenAlice natively supports OpenBB API as a backend, so you get a ready‑to‑trade agent without rewriting data‑fetching logic. **The Approach** ```bash # 1. Clone the repository git clone https://github.com/TraderAlice/OpenAlice.git cd OpenAlice # 2. Install dependencies (Node.js 22+ and pnpm 10+ required) pnpm install # 3. Build the project pnpm build # 4. Configure OpenAlice to use your external OpenBB API # Edit data/config/market-data.json (created on first run) and set: cat > data/config/market-data.json <