Metadata-Version: 2.1
Name: thetadata
Version: 0.8.8
Summary: Python API for Thetadata
Project-URL: Homepage, https://thetadata.net
Project-URL: Source, https://thetadata-api.github.io/thetadata-python/reference/
Project-URL: Bug Tracker, https://github.com/ThetaData-API/thetadata-python/issues
Project-URL: Documentation, https://thetadata-api.github.io/thetadata-python/
Author-email: Bailey Danseglio <bailey@thetadata.net>, Adler Weber <redacted@thetadata.net>
License: MIT License
        
        Copyright (c) 2022 Theta Data
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: pandas
Requires-Dist: psutil
Requires-Dist: tqdm
Requires-Dist: wget
Provides-Extra: docs
Requires-Dist: mkdocs; extra == 'docs'
Requires-Dist: mkdocs-material; extra == 'docs'
Requires-Dist: mkdocstrings[python]; extra == 'docs'
Provides-Extra: tests
Requires-Dist: coverage>=5.0.3; extra == 'tests'
Requires-Dist: pytest; extra == 'tests'
Requires-Dist: pytest-benchmark[histogram]>=3.2.1; extra == 'tests'
Description-Content-Type: text/markdown

# Thetadata Python API

The [Thetadata](https://thetadata.net) Python API provides low latency US equities & options data that may be used for
market research or algorithmic trading applications.

Please see this repository's [documentation](https://thetadata-api.github.io/thetadata-python) for more details.

## Installation

Java 11 or higher is required. If you are on Windows, Java 19 will automatically be installed for you.

`pip install thetadata`

Please see our [official installation instructions](https://thetadata-api.github.io/thetadata-python/tutorials/#installation)
to get started.

## Contributing

We welcome all feedback, whether it comes in the form of Github issues, pull requests, or pings in our [Discord](discord.thetadata.us)!
