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

Module 'nasdaqdatalink' has no attribute 'get' #38

Open
nic527 opened this issue Mar 5, 2023 · 5 comments
Open

Module 'nasdaqdatalink' has no attribute 'get' #38

nic527 opened this issue Mar 5, 2023 · 5 comments

Comments

@nic527
Copy link

nic527 commented Mar 5, 2023

Hello,

The below code send me an error code: AttributeError: module 'nasdaqdatalink' has no attribute 'get'

import nasdaqdatalink
data = nasdaqdatalink.get('NSE/OIL')
print(data)

Python version 3.7.3
nasdaq-data-link in /usr/local/lib/python3.7/dist-packages (1.0.4)

Best Regards

@clientsuccessnasdaq
Copy link

clientsuccessnasdaq commented Mar 6, 2023 via email

@nic527
Copy link
Author

nic527 commented Mar 6, 2023

Hello,

Thank you for your reply.
With the addition of
nasdaqdatalink.ApiConfig.api_key= "MY_API_KEY" in the code

I have the error:
AttributeError: module 'nasdaqdatalink' has no attribute 'ApiConfig'

Best Regards

@clientsuccessnasdaq
Copy link

clientsuccessnasdaq commented Mar 6, 2023 via email

@nic527
Copy link
Author

nic527 commented Mar 12, 2023 via email

@clientsuccessnasdaq
Copy link

clientsuccessnasdaq commented Mar 13, 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