alpacahq / Alpaca-API

The Alpaca API is a developer interface for trading operations and market data reception through the Alpaca platform.
https://alpaca.markets/
142 stars 13 forks source link

missing deposits (CSR) with get_acivities API #84

Closed corakwue closed 4 years ago

corakwue commented 4 years ago

Some completed ACH deposits to the brokerage account (visible on banking>history via the dashboard) are not reported with activities API.

import alpaca_trade_api as tradeapi

api = tradeapi.REST('<key_id>', '<secret_key>', api_version='v2') 
api.get_activities(activity_type=["TRANS"]) # missing some deposits

Note: setting date or pagination doesn't address this.

umitanuki commented 4 years ago

Could you send your account id or email to support@alpaca.markets or send it to Hitoshi in the community slack

umitanuki commented 4 years ago

Thanks, working on it