Collection

avanza.collection.get_account_overview(account_id)

Returns information about accounts watchlists

Parameters:account_id (int) – id of account
Returns:dict

Note

Authentication neccessary

avanza.collection.get_account_summary()

Returns account summary

Returns:dict

Note

Authentication neccessary

avanza.collection.get_accounts()

Returns accounts

Returns:dict

Note

Authentication neccessary

avanza.collection.get_deals_and_orders()

Returns deals, orders and accounts

Returns:dict

Note

Authentication neccessary

avanza.collection.get_feed()

Returns feed from Home

Returns:dict

Note

Authentication neccessary

avanza.collection.get_insight(**kwargs)

Returns accounts

Parameters:time_period (str) – time period
Returns:dict

Note

Authentication neccessary

avanza.collection.get_inspiration_list()

Returns inspiration list

Returns:dict

Note

Authentication neccessary

avanza.collection.get_positions()

Returns information about accounts positions

Returns:dict

Note

Authentication neccessary

avanza.collection.get_transactions(account_id=None)

Returns information about accounts watchlists

Parameters:account_id (int) – id of account
Returns:dict

Note

Authentication neccessary

avanza.collection.get_watchlists()

Returns information about accounts watchlists

Returns:dict

Note

Authentication neccessary