Skip to main content

Alpaca Broker API

Website: https://broker-app.alpaca.markets/dashboard API reference: https://docs.alpaca.markets/reference/getallaccounts

Configuration

InputTypeDescriptionDefault Value
environmentstringEnvironment. The trading environment, either 'live', 'paper' or 'broker-api.sandbox'.broker-api.sandbox
usernamestringUsername. API Key ID for the alpaca market
passwordstringPassword. Your Alpaca API Secret Key. You can find this in the Alpaca developer web console under your account settings.
start_datestringStart date.
limitstringLimit. Limit for each response objects20

Streams

Stream NamePrimary KeyPaginationSupports Full SyncSupports Incremental
assetsidNo pagination
accounts_activitiesidDefaultPaginator
accountsidNo pagination
account_documentsidNo pagination
calendaruuidNo pagination
clockuuidNo pagination
country-infouuidNo pagination

Reference

Config fields reference

Field
Type
Property name
string
environment
string
username
string
start_date
string
password
string
limit

Changelog

Expand to review
VersionDatePull RequestSubject
0.0.12025-04-0256962Initial release by @btkcodedev via Connector Builder
Was this page helpful?