Skip to main content

No project description provided

Project description

ExpertOption API

Overview

This project provides an unofficial API for Expert Option, a popular binary options trading broker. The API allows you to programmatically interact with the platform, enabling automated trading, data analysis, and more.

Project Link: ExpertOptionApi on GitHub

Table of Contents

Installation

To get started with this API, you'll need to clone the repository and install the required packages.

git clone https://github.com/theshadow76/ExpertOptionApi.git
cd ExpertOptionApi
pip install -r requirements.txt

Usage

Here's how to initialize the API and make a simple request:

from expert_option_api import ExpertOptionApi

# Initialize the API
api = ExpertOptionApi(username='your_username', password='your_password')

# Perform operations
api.buy('EURUSD', 1, 'call', 1)

Examples

Examples of how to use this API for various tasks are available in the examples directory of the repository.

Contribution

Contributions are welcome! Feel free to submit a pull request or raise an issue.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ExpertOptionAPI-0.2.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

ExpertOptionAPI-0.2-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page