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

Added indices to market status #416

Merged
merged 2 commits into from
Apr 3, 2023
Merged

Conversation

justinpolygon
Copy link
Contributor

Added indices to return when calling market status.

Before:

MarketStatus(after_hours=False, currencies=MarketCurrencies(crypto='open', fx='open'), early_hours=True, exchanges=MarketExchanges(nasdaq='extended-hours', nyse='extended-hours', otc='extended-hours'), indicesGroups=None, market='extended-hours', server_time='2023-03-29T08:59:42-04:00')

After:

MarketStatus(after_hours=False, currencies=MarketCurrencies(crypto='open', fx='open'), early_hours=True, exchanges=MarketExchanges(nasdaq='extended-hours', nyse='extended-hours', otc='extended-hours'), indicesGroups=MarketIndices(s_and_p='open', societe_generale='open', msci='closed', ftse_russell='closed', mstar='open', mstarc='open', cccy='open', nasdaq='closed', dow_jones='closed'), market='extended-hours', server_time='2023-03-29T09:06:35-04:00')

@justinpolygon justinpolygon merged commit 29ecabc into master Apr 3, 2023
@justinpolygon justinpolygon deleted the jw-market-status-indices branch April 3, 2023 21:07
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.

2 participants