When I try to pull data for my USD account, all of the amounts are 0.
I'm not sure if the bug is on the Wealthsimple server side or on the client side.
For example, if I run the following code:
data = ws.get_account_history('rrsp-xxxxxxx')
pprint(data)
I get:
{'results': [{'date': '2022-02-03',
'equity_value': {'amount': 0, 'currency': 'USD'},
'net_deposits': {'amount': 0, 'currency': 'USD'},
'relative_equity_earnings': {'amount': 0,
'currency': 'USD',
'percentage': 0},
'value': {'amount': 0, 'currency': 'USD'},
'withdrawn_earnings': {'amount': 0, 'currency': 'USD'}}],
'start_earnings': {'amount': 0, 'currency': 'USD'}}
If I run the same code for my CAD accounts, the amounts match up with the WS web-app values.
When I try to pull data for my USD account, all of the amounts are 0.
I'm not sure if the bug is on the Wealthsimple server side or on the client side.
For example, if I run the following code:
I get:
If I run the same code for my CAD accounts, the amounts match up with the WS web-app values.