Moon Package for Ebest API
- Requirements
- os:
- python:
- api:
- git+https
pip install git+https://github.com/moonstock/mp_ebest.git- clone the repo:
git clone https://github.com/miyuchina/mistletoe.git
cd mistletoe
pip3 install -e .Here's how you can use mistletoe in a Python script:
- alias package
import mp_ebest as ebest
- alias module
from mp_ebest import (
tranaction as ebest_tr,
fetch as ebest_fetch,
search as ebest_search,
)
pip installation enables mistletoe's command-line utility. Type the following directly into your shell:
ebest order --side <side> --ticker <ticker> --price <price> --volume <volume> --type <type>- mistletoe is released under [MIT][license].