Created
March 29, 2022 16:20
-
-
Save major/899d8cbca4992f0580853413f5f91634 to your computer and use it in GitHub Desktop.
NASDAQ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In [10]: yf.Ticker("NQ=F").info | |
Out[10]: | |
{'exchange': 'CME', | |
'shortName': 'Nasdaq 100 Jun 22', | |
'exchangeTimezoneName': 'America/New_York', | |
'exchangeTimezoneShortName': 'EDT', | |
'isEsgPopulated': False, | |
'gmtOffSetMilliseconds': '-14400000', | |
'underlyingSymbol': 'NQM22.CME', | |
'quoteType': 'FUTURE', | |
'symbol': 'NQ=F', | |
'underlyingExchangeSymbol': 'NQM22.CME', | |
'headSymbol': 'NQ=F', | |
'market': 'us24_market', | |
'previousClose': 14985.25, | |
'regularMarketOpen': 14981, | |
'twoHundredDayAverage': 15135.921, | |
'trailingAnnualDividendYield': None, | |
'payoutRatio': None, | |
'volume24Hr': None, | |
'regularMarketDayHigh': 15210.75, | |
'navPrice': None, | |
'averageDailyVolume10Day': 451819, | |
'totalAssets': None, | |
'regularMarketPreviousClose': 14985.25, | |
'fiftyDayAverage': 14264.921, | |
'trailingAnnualDividendRate': None, | |
'open': 14981, | |
'toCurrency': None, | |
'averageVolume10days': 451819, | |
'expireDate': 1655424000, | |
'yield': None, | |
'algorithm': None, | |
'dividendRate': None, | |
'exDividendDate': None, | |
'beta': None, | |
'circulatingSupply': None, | |
'startDate': None, | |
'regularMarketDayLow': 14956.5, | |
'priceHint': 2, | |
'currency': 'USD', | |
'regularMarketVolume': 363143, | |
'lastMarket': None, | |
'maxSupply': None, | |
'openInterest': 220777, | |
'marketCap': None, | |
'volumeAllCurrencies': None, | |
'strikePrice': None, | |
'averageVolume': 686021, | |
'priceToSalesTrailing12Months': None, | |
'dayLow': 14956.5, | |
'ask': 15159.25, | |
'ytdReturn': None, | |
'askSize': 1000, | |
'volume': 363143, | |
'fiftyTwoWeekHigh': 16767.5, | |
'forwardPE': None, | |
'maxAge': 1, | |
'fromCurrency': None, | |
'fiveYearAvgDividendYield': None, | |
'fiftyTwoWeekLow': 12776.5, | |
'bid': 15158.75, | |
'tradeable': False, | |
'dividendYield': None, | |
'bidSize': 0, | |
'dayHigh': 15210.75, | |
'regularMarketPrice': 15134.25, | |
'preMarketPrice': None, | |
'logo_url': ''} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment