-
Notifications
You must be signed in to change notification settings - Fork 2
Home
ntwerd edited this page Apr 12, 2023
·
5 revisions
http://122.8.148.106/main/stock/
- Login with Facebook
- Menu SETTING->API->GENERATE API KEY
# Realtime AMPQ client for Python
pip install pika
# Math and calculation library
pip install numpy
pip install pandas
pip install matplotlib
pip install mpl_finance
pip install backtrader
pip install backtrader[plotting]
pip install requests
# Scheduler
# ref https://github.com/ahawker/crython
pip install crython
- Historical Market Tick Data
- Historical Market Candle stick Data
- Place Order
- Cancel Order
- Order Information
- Account Information
- Portfolio Information
- Bid/Offer
- Symbol Info
- Realtime Market Data Example
You can check out the example source code here.
Have fun!