Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug fix, and add account_number (for IRA account) #387

Merged
merged 4 commits into from
Jun 17, 2023

Conversation

mw66
Copy link

@mw66 mw66 commented Jun 5, 2023

-- add check if instrument is None in get_option_market_data_by_id()
-- add account_number to get_all_open_option_orders()
-- add account_number to option_orders_url()

@mw66 mw66 changed the title bug fix, and add account_number bug fix, and add account_number (for IRA account) Jun 5, 2023
if not data:
data= {
'adjusted_mark_price':'',
'ask_price':'',
Copy link
Author

@mw66 mw66 Jun 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

e.g it makes no sense to check if data['ask_price'] is empty in the caller, and all other dict keys; instead the caller should just check if data is None.

@farbodbahari
Copy link

Is there any update on this?

@mw66
Copy link
Author

mw66 commented Apr 20, 2024

merged: Jun 16, 2023

@farbodbahari
Copy link

merged: Jun 16, 2023

is there any way to get the traded history and daily portfolio value of an IRA account? The 2 functions below for these 2 tasks only do it for the regular individual account by default and do not allow to specify account number.
robin.get_all_stock_orders()
robin.get_historical_portfolio()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants