{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/7"}],"enrichment":{"capability":"Provides Python access to Nasdaq Data Link's REST API for retrieving financial and economic time-series datasets and datatables into pandas DataFrames.","skillfed_tags":["financial-data","api-client","abandoned"],"use_cases":["Download historical stock price or economic indicator time-series into a DataFrame for analysis or backtesting.","Query filtered financial datatables (e.g., earnings data for a specific ticker) and load results directly into pandas.","Automate periodic data ingestion from Nasdaq into a data pipeline or research notebook.","Retrieve multiple datasets in a loop with built-in retry logic to handle transient API failures.","Access Nasdaq's financial and economic data without writing custom HTTP request code."],"what_it_does":"Nasdaq Data Link is an official Python client for Nasdaq's financial data API. It wraps REST calls to retrieve time-series datasets (like stock prices or economic indicators) and datatables (filtered query results) directly into pandas DataFrames, eliminating the need to write raw HTTP requests. The package handles API authentication via environment variables or a local key file, supports configurable retry logic for transient failures, and provides both quick-call and detailed programmatic interfaces.\n\nThe package depends on pandas, numpy, requests, and several utility libraries (inflection, python-dateutil, six, more-itertools) to manage data transformation and HTTP communication. It is compatible with Python 3.7 and later. However, the package has been abandoned since late 2022\u2014no updates, bug fixes, or security patches have been released since then, which is a material risk for production use.","worth_installing":"Yes, if you need to access Nasdaq Data Link and are comfortable with an abandoned library. The package is stable and has no known vulnerabilities, but you will not receive bug fixes, security patches, or support for API changes. Suitable for read-only data retrieval in non-critical workflows; risky for production systems that depend on ongoing maintenance."},"id":"nasdaq-data-link","links":{"html":"https://skillfed.io/packages/nasdaq-data-link","md":"https://skillfed.io/packages/nasdaq-data-link.md","pypi":"https://pypi.org/project/nasdaq-data-link/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2022-08-29","license_spdx":null,"license_treatment":"permissive","name":"Nasdaq-Data-Link","python_support":"supports_current","summary":"Package for Nasdaq Data Link API access"},"popularity":{"monthly_downloads":113937,"position":12321,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0.4"}
