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

Error in code within Documentation #9

Closed
zdavidwade opened this issue Aug 21, 2023 · 0 comments
Closed

Error in code within Documentation #9

zdavidwade opened this issue Aug 21, 2023 · 0 comments

Comments

@zdavidwade
Copy link

In the documentation for CIK, CUSIP, Ticker Mapping API. The Example : Python presents code to identify all active Nasdaq (and later NYSE) traded entities. The specific line of code with the error is:

nasdaq_listings_active = all_nasdaq_listings[all_nasdaq_listings['isDelisted'] != False]

This returns results for entities where isDelisted = True. These firms are no longer active. The results presented are the correct outputs for the code, but are incorrectly attributed as active entities. This error persists as the bar chart included is therefore incorrect. This may lead to misinterpreted results.

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