Skip to content

USD accounts show 0 for amounts #20

Description

@mikeboiko

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions