Alpaca Broker API
Website: https://broker-app.alpaca.markets/dashboard API reference: https://docs.alpaca.markets/reference/getallaccounts
Configuration
| Input | Type | Description | Default Value |
|---|---|---|---|
environment | string | Environment. The trading environment, either 'live', 'paper' or 'broker-api.sandbox'. | broker-api.sandbox |
username | string | Username. API Key ID for the alpaca market | |
password | string | Password. Your Alpaca API Secret Key. You can find this in the Alpaca developer web console under your account settings. | |
start_date | string | Start date. | |
limit | string | Limit. Limit for each response objects | 20 |
Streams
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|---|---|---|---|---|
| assets | id | No pagination | ✅ | ❌ |
| accounts_activities | id | DefaultPaginator | ✅ | ✅ |
| accounts | id | No pagination | ✅ | ✅ |
| account_documents | id | No pagination | ✅ | ✅ |
| calendar | uuid | No pagination | ✅ | ✅ |
| clock | uuid | No pagination | ✅ | ❌ |
| country-info | uuid | No pagination | ✅ | ❌ |
IP allow list
If you use Airbyte Cloud and your organization restricts access to specific IPs, add the Airbyte Cloud IP addresses to your allow list.
Reference
Config fields reference
Field
Type
Property name
string
environment
string
start_date
string
username
string
limit
string
password
Changelog
Expand to review
| Version | Date | Pull Request | Subject |
|---|---|---|---|
| 0.0.25 | 2026-06-02 | 78566 | Update dependencies |
| 0.0.24 | 2026-04-28 | 77142 | Update dependencies |
| 0.0.23 | 2026-04-21 | 76513 | Update dependencies |
| 0.0.22 | 2026-03-24 | 74986 | Update dependencies |
| 0.0.21 | 2026-02-24 | 73749 | Update dependencies |
| 0.0.20 | 2026-02-17 | 72372 | Update dependencies |
| 0.0.19 | 2026-01-14 | 71520 | Update dependencies |
| 0.0.18 | 2025-12-18 | 70561 | Update dependencies |
| 0.0.17 | 2025-11-25 | 69918 | Update dependencies |
| 0.0.16 | 2025-10-29 | 69061 | Update dependencies |
| 0.0.15 | 2025-10-14 | 67807 | Update dependencies |
| 0.0.14 | 2025-09-30 | 66245 | Update dependencies |
| 0.0.13 | 2025-09-09 | 66036 | Update dependencies |
| 0.0.12 | 2025-08-23 | 65338 | Update dependencies |
| 0.0.11 | 2025-08-02 | 64421 | Update dependencies |
| 0.0.10 | 2025-07-26 | 63794 | Update dependencies |
| 0.0.9 | 2025-07-12 | 63046 | Update dependencies |
| 0.0.8 | 2025-06-28 | 62152 | Update dependencies |
| 0.0.7 | 2025-06-15 | 60706 | Update dependencies |
| 0.0.6 | 2025-05-10 | 59828 | Update dependencies |
| 0.0.5 | 2025-05-03 | 58739 | Update dependencies |
| 0.0.4 | 2025-04-19 | 58245 | Update dependencies |
| 0.0.3 | 2025-04-12 | 57646 | Update dependencies |
| 0.0.2 | 2025-04-05 | 57186 | Update dependencies |
| 0.0.1 | 2025-04-02 | 56962 | Initial release by @btkcodedev via Connector Builder |