Skip to main content

A package to make requests to brokers like binance,kraken

Project description

Python_Brokers_API

This repository hosts the brain api used for my trading algorithms.

Simple functions to use crypto brokers with python 3


Built by Hugo Demenez

Example

import Python_Brokers_API

broker=Python_Brokers_API.binance()

#Public data
print(
    broker.price(symbol="BTCEUR"),
    broker.get_klines_data(symbol="BTCEUR",interval="minute"),
    broker.get_24h_stats("BTCEUR"),
    )

#To create .key file
print(
  broker.create_key_file()
)

#To connect api
print(
    broker.connect_key("binance.key")
)

#To check the connection True = Ok, False = Error
print(
    broker.test_order()
)

#Private data
print(
    broker.account_information(),
    broker.get_open_orders(),
    broker.get_balances(),
    broker.create_market_order(symbol='BTCUSD',side='buy',quantity=1),
    broker.create_limit_order(symbol='BTCUSD',side='buy',quantity=1,price=10000),
    broker.create_take_profit_order(symbol='BTCUSD',side='buy',quantity=1,profitPrice=100000),
    broker.create_stop_loss_order(symbol='BTCUSD',side='buy',quantity=1,stopPrice=1000),
)

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

Python_Brokers_API-3.8.tar.gz (9.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Python_Brokers_API-3.8-py3-none-any.whl (9.2 kB view details)

Uploaded Python 3

File details

Details for the file Python_Brokers_API-3.8.tar.gz.

File metadata

  • Download URL: Python_Brokers_API-3.8.tar.gz
  • Upload date:
  • Size: 9.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for Python_Brokers_API-3.8.tar.gz
Algorithm Hash digest
SHA256 d173cdd12ecf25db8bc5d67f45102bcb4ed334df5d663c6d99509547837ddbfb
MD5 80df88a607c0d103c5d5eafbe1727c7f
BLAKE2b-256 05fe4cd89b5687ed613d760d5194cf04e3f8b87786bbf105734f83e04dcaeae8

See more details on using hashes here.

File details

Details for the file Python_Brokers_API-3.8-py3-none-any.whl.

File metadata

  • Download URL: Python_Brokers_API-3.8-py3-none-any.whl
  • Upload date:
  • Size: 9.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0

File hashes

Hashes for Python_Brokers_API-3.8-py3-none-any.whl
Algorithm Hash digest
SHA256 5187d92370aec55306b99d7b91f4d8def99013273929aa2e56868c8f8cfdad43
MD5 0bf4553d980fc14e22264f6eb2fdd14d
BLAKE2b-256 07dce5c90844c9dc05ff2ffe20b9636615620cf42c2fad956072125ddd0bf862

See more details on using hashes here.

Supported by

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