Skip to content

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