You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: