-
Notifications
You must be signed in to change notification settings - Fork 76
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
Comments
-- Please reply above this line --
Hi there,
Thank you for reaching out.
Kindly note that the free WIKIP database
(https://data.nasdaq.com/databases/WIKIP/data [1]) was deprecated a
while back; therefore, the data available may be outdated.
The list of all tickers can be found in our documentation. Please see
the coverage file under the Tables section of this page:
https://data.nasdaq.com/databases/WIKIP/documentation?anchor=tables
[2].
Our Python package does not have a function called
NASDAQ_DATA_LINK.GET_ALL_TICKERS. For a list of available functions,
refer to our full Python documentation here:
https://docs.data.nasdaq.com/docs/python-tables [3].
Please feel free to let us know should you have other questions.
Best regards,
Kim
Links:
------
[1] https://data.nasdaq.com/databases/WIKIP/data
[2]
https://data.nasdaq.com/databases/WIKIP/documentation?anchor=tables
[3] https://docs.data.nasdaq.com/docs/python-tables
KIM LIRA
Nasdaq Data Client Success
How would you rate my reply?
Great [1] Okay [2] Not Good [3]
Links:
------
[1]
https://secure.helpscout.net/satisfaction/649295182/record/7087349089/1/
[2]
https://secure.helpscout.net/satisfaction/649295182/record/7087349089/2/
[3]
https://secure.helpscout.net/satisfaction/649295182/record/7087349089/3/
On Wed, Sep 20, 2023 at 3:38 PM EDT, Nasdaq/data-Link-Python ***@***.***> wrote:
…
WARNING - EXTERNAL EMAIL; EXERCISE CAUTION.
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
-
Reply to this email directly, view it on GitHub [1], or unsubscribe
[2].
You are receiving this because you are subscribed to this
thread.Message ID:
***@***.***>
Links:
------
[1] #40
[2]
https://github.com/notifications/unsubscribe-auth/AWYQ6447W6QWSW2IT6DFPRLX3NAZJANCNFSM6AAAAAA5ANYCLE
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: