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

Where is list of all ticker symbols #40

Open
abel-diaz opened this issue Sep 20, 2023 · 1 comment
Open

Where is list of all ticker symbols #40

abel-diaz opened this issue Sep 20, 2023 · 1 comment

Comments

@abel-diaz
Copy link

Hi, I want to use this code
data = nasdaqdatalink.Dataset('WIKI/AAPL').data()

Is there a way to get all tickers? I asked Google's BARD and it came up with
import nasdaqdatalink
nasdaq_data_link = nasdaqdatalink.NasdaqDataLink(api_key="YOUR_API_KEY")
tickers = nasdaq_data_link.get_all_tickers()
print(tickers)

Problem is "get_all_tickers" doesnt exist. Using the above example, how can I actually get all ticker symbols?

I have spent hours digging through tutorials and it is not intuitive or clear what the database and ticker values are. A list of each would be helpful.
If I am to loop through this: data = nasdaqdatalink.Dataset('WIKI/AAPL').data()
We need a a list of database and ticker codes

@clientsuccessnasdaq
Copy link

clientsuccessnasdaq commented Sep 21, 2023 via email

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

No branches or pull requests

2 participants