Onboarding
Offer customers a seamless, near instant account opening experience. Alpaca acts as the dealer of record.
BROKER API
Broker API is fully equipped with everything you need to launch and scale.
Contact Sales
Reach US and European markets with one integration. US stocks and ETFs plus European equities via Xetra are live.
Alpaca Europe is CNMV-registered in Spain. Alpaca Securities is FINRA-regulated and self-clears in the US through DTCC.
Build on a simple, modern API with GDPR-native architecture that keeps everything compliant.
Offer both US Stocks and ETFs alongside European stocks, with more to come.
Empower customers to trade real-time on both quantity and notional orders (up to 9 decimal points)
Allow global customers to flexibly trade US equities beyond standard hours from Sunday evening through Friday evening
Choose from a suite of advanced order types including: Market, Limit, Stop, Stop Limit, Opening and Closing Auction, Bracket, One-Cancels-Other (OCO), One-Triggers-Other (OTO), and Trailing Stop.
Coming soon!
Coming soon!
Coming soon!
Our comprehensive platform gets you to market quickly including middle/back office reporting.
Our API-driven architecture lets you access and pay for only the products you need.
Offer customers a seamless, near instant account opening experience. Alpaca acts as the dealer of record.
Build engaging investing and trading experiences for novice to professional investors.
Receive and automate responses to real-time updates on account opening, fund flows, equity trades and replay past events via Server-Sent-Events (SSE).
Allow customers to place, monitor or cancel whole share or fractional (notional) orders.
Educate and engage your users when notifying them of upcoming public corporate action announcements on dividends, mergers, spinoffs and stock splits on how it will impact their account.
curl --request POST 'https://api.eu.alpaca.markets/v1/trading/orders' \
--header 'Authorization: *****' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "market",
"time_in_force": "day",
"commission_type": "notional",
}'//Response
{
"id": "09b72899-152f-4899-aea5-8d8d0f9071bf",
"client_order_id": "5680c4bc-9ac1-4a12-a44c-df427ba53032",
"created_at": "2026-12-12T22:31:24.668464435Z",
"submitted_at": "2026-12-12T22:31:24.668464435Z",
"asset_id": "b0b6dd9d-8b9b-48a9-ba46-b9d54906e415",
"symbol": "AAPL",
"asset_class": "us_equity",
"qty": "1",
"price": "289.50",
"order_type": "market",
"time_in_force": "day",
"status": "accepted",
}Our simple and modern RESTful Web API allows you to build scalable trading services, while staying compliant with applicable rules and regulations. We also offer Open API support.