Nasdaq / data-link-python

A Python library for Nasdaq Data Link's RESTful API
MIT License
441 stars 72 forks source link

why get function always return DataLinkError: (Status 410) #48

Open ChandlerBBT opened 1 week ago

ChandlerBBT commented 1 week ago

image

however, I could get data by the get_table function, can't determine what's going on.

image

clientsuccessnasdaq commented 1 week ago

-- 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 production issues will be addressed as soon as possible during the hours of 4am to 6pm ET Monday to Friday. General inquiries will be addressed within 1 to 2 business days.

To efficiently support your request, please include relevant details such as the data product/feed you are inquiring about.

Kind regards, Nasdaq Data Client Success

[1]

Links:

[1] https://www.nasdaq.com/

Josuerinho commented 1 week ago

Hi! I'm getting exactly the same problem. The nasdaqdatalink.get() function never worked no matter what I tried. I've tried to find the problem cause but couldn't figure it out. I've even changed my API key just in case. I created my account a day ago so not sure if this could be an issue with needing some time to fully activate it but in that case, I'd expect nasdaqdatalink.get_table('ZACKS/FC', ticker='AAPL') to not work either. So no idea... Screenshot 2024-09-29 at 3 51 57 PM

ChandlerBBT commented 1 week ago

Hi! I'm getting exactly the same problem. The nasdaqdatalink.get() function never worked no matter what I tried. I've tried to find the problem cause but couldn't figure it out. I've even changed my API key just in case. I created my account a day ago so not sure if this could be an issue with needing some time to fully activate it but in that case, I'd expect nasdaqdatalink.get_table('ZACKS/FC', ticker='AAPL') to not work either. So no idea... Screenshot 2024-09-29 at 3 51 57 PM

Thought it was just my bad luck, seems got a real problem somewhere.