-
Notifications
You must be signed in to change notification settings - Fork 80
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
Bugs when setting API-key #51
Comments
-- Please reply above this line --
Dear Nasdaq/data-Link-Python,
Thank you for contacting the Nasdaq Data Client Success Team.
Your email is very important to us. Urgent issues will be addressed
right away and other responses will be returned as soon as possible
during the hours of 4am to 6pm ET Monday to Friday.
To efficiently support your request, please include relevant details
such as the data product/feed you are inquiring about.
For equities trading support related inquiries please dial +1 212 231
5100 [1] or email ***@***.*** [2].
For options trading support related inquiries please dial +1 215 496
1571 [3] or email ***@***.*** [4].
Kind regards,
Nasdaq Data Client Success
[image: http://www.nasdaqtrader.com/images/trader_logo_print.png] [5]
Links:
------
[1] /tel:+12122315100
[2] ***@***.***
[3] /tel:+12154961571
[4] ***@***.***
[5] https://www.nasdaq.com/
|
-- Please reply above this line --
Hello,
Thank you for reaching out.
To help us look more closely into your inquiry, could you please send
us an email at ***@***.*** [1]? This will allow us to
assist you best.
Best regards,
Nasdaq Data Link
Links:
------
[1] ***@***.***
DILPREET MALHI
Nasdaq Data Client Success
[1]
How would you rate my reply?
Great [2] Okay [3] Not Good [4]
Links:
------
[1] https://www.nasdaq.com/
[2]
https://secure.helpscout.net/satisfaction/765984265/record/8586463313/1/
[3]
https://secure.helpscout.net/satisfaction/765984265/record/8586463313/2/
[4]
https://secure.helpscout.net/satisfaction/765984265/record/8586463313/3/
On Tue, Jan 28, 2025 at 10:53 PM +08, Nasdaq/data-Link-Python ***@***.***> wrote:
…
WARNING - EXTERNAL EMAIL; EXERCISE CAUTION.
Python 3.12 and nasdaqdatalink 1.0.4 used in a Jupyter Notebook.
My API key works fine when I enter a URL in my web-browser like this
https://data.nasdaq.com/api/v3/datatables/SHARADAR/SF1?ticker=MSFTwidth:0;height:0;max-width:0;max-height:0;">Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Python 3.12 and nasdaqdatalink 1.0.4 used in a Jupyter Notebook.
My API key works fine when I enter a URL in my web-browser like this
https://data.nasdaq.com/api/v3/datatables/SHARADAR/SF1?ticker=MSFT&api_key=MY-API-KEY
But there seems to be several bugs when setting the API-key using the Python API and then calling the function
export_table()
:Using
read_key()
makes the first call toexport_table()
work, but following calls give this error:AuthenticationError: (Status 400) (Nasdaq Data Link Error QEAx01) We could not recognize your API key. Please check your API key and try again.
Setting the API-key using
os.environ['NASDAQ_DATA_LINK_API_KEY'] = 'MY-API-KEY'
worked the other day but not anymore and I get the following error:ForbiddenError: (Status 403) (Nasdaq Data Link Error QEPx04) A valid API key is required to retrieve data. Please check your API key and try again. You can find your API key under your account settings.
The only solution that seems to be working properly is to pass the API-key directly to the function
export_table()
Please fix this problem. Thanks.
PS: It is very annoying that you have auto-response spamming the message-threads here. It makes it hard to read the actual discussions.
The text was updated successfully, but these errors were encountered: