Metadata-Version: 2.1
Name: openbb-nasdaq
Version: 1.3.2
Summary: Nasdaq extension for OpenBB
License: AGPL-3.0-only
Author: OpenBB Team
Author-email: hello@openbb.co
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: nasdaq-data-link (>=1.0.4,<2.0.0)
Requires-Dist: openbb-core (>=1.3.2,<2.0.0)
Requires-Dist: random-user-agent (>=1.0.1,<2.0.0)
Description-Content-Type: text/markdown

# OpenBB Nasdaq Provider

This extension integrates the [Nasdaq](https://www.nasdaq.com) data provider into the OpenBB Platform.

## Installation

To install the extension:

```bash
pip install openbb-nasdaq
```

Documentation available [here](https://docs.openbb.co/platform/developer_guide/contributing).

