Metadata-Version: 2.1
Name: thetadata
Version: 0.5.2
Summary: Python API for ThetaData
Project-URL: Homepage, https://thetadata.net
Project-URL: Source, https://thetadata-api.github.io/PythonAPI/reference/
Project-URL: Bug Tracker, https://github.com/ThetaData-API/PythonAPI/issues
Project-URL: Documentation, https://thetadata-api.github.io/PythonAPI/
Author-email: Adler Weber <adlerweber8430@gmail.com>, Bailey Danseglio <bailey@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.7
Requires-Dist: pandas
Requires-Dist: tqdm
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

# Theta Data Python API

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

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

## Installation

Java 11 or higher is required

`pip install thetadata`

A Theta Data account is required to access data. After obtaining an account, please
see our [official installation instructions](https://thetadata-api.github.io/PythonAPI/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!
