Skip to content

jmccarrell/n100tickers

Repository files navigation

nasdaq-100-ticker-history: Nasdaq 100 index company symbols over time

changelog

nasdaq-100-ticker-history provides the current set and a limited recent history of the stock symbols of the member companies of the NASDAQ 1001 index. As the member companies of this index change regularly2, the API is date-centric. Ie, given a calendar date, it will return the set of ticker symbols (eg, AAPL) that were in the index on that date.

Coverage

As of version , accurate coverage is provided from Jan 1, 2016 through at least Apr 16, 2024. Most likely, the coverage is accurate further into 2024 subject to additional changes being announced by Nasdaq. A new version of the API is released on each update Nasdaq announces, typically with a time lag of a few days to a few weeks. It is the intent of the project maintainers to provide accurate coverage on an ongoing basis.

Examples

>>> from nasdaq_100_ticker_history import tickers_as_of >>> 'AMZN' in tickers_as_of(2020, 6, 1) True >>> tuple(('OKTA' in tickers_as_of(y, 1, 1) for y in [2020, 2021, 2022, 2023])) (False, True, True, False)

API

api/*

Indices and tables

  • genindex
  • modindex
  • search

Footnotes


  1. NASDAQ 100 overview

  2. NASDAQ 100 changes

About

API for a current and a limited historical view of the member companies of the NASDAQ 100

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages