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(),
    broker.get_klines_data(),
    broker.get_24h_stats(),
    )

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

#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-1.4.tar.gz (5.3 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-1.4-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: Python_Brokers_API-1.4.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Python_Brokers_API-1.4.tar.gz
Algorithm Hash digest
SHA256 dac705b7f229137a0217a477d8d5de03f9cae2d6b5f2a0ba56c531efd7d8d78c
MD5 8daccfe50bceeeb21cc72591891daf7b
BLAKE2b-256 5ca8bca4c6cf2e33e1a289999c5d73372a94db4047c64772f54ac68026e26ddc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: Python_Brokers_API-1.4-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4

File hashes

Hashes for Python_Brokers_API-1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 876e1f3b81bab0b37bbc18c159911cec6399535e7063a4e486cf30762efbd8cf
MD5 c7bd97864516cb05657d35953834155e
BLAKE2b-256 fa8f7b1b07e33a3fbbe2f44cc1d04d094dc091b7f669a7523ab28c2c390390d8

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