No project description provided
Project description
Fugle Trade Python SDK
事前準備
可以參考 https://developer.fugle.tw/docs/trading/prerequisites 完成申請金鑰相關步驟
QuickStart
from configparser import ConfigParser
from fugle_trade.sdk import SDK
from fugle_trade.order import OrderObject
from fugle_trade.constant import (APCode, Trade, PriceFlag, BSFlag, Action)
config = ConfigParser()
config.read('./config.ini')
sdk = SDK(config)
sdk.login()
order = OrderObject(
buy_sell = Action.Buy,
price = 28.00,
stock_no = "2884",
quantity = 2,
ap_code = APCode.Common
)
sdk.place_order(order)
Detail
所有 function 跟 response 可以在專屬文件頁查到相關資訊
https://developer.fugle.tw/docs/trading/reference/python
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fugle-trade-0.5.1.tar.gz
(7.3 kB
view hashes)
Built Distribution
Close
Hashes for fugle_trade-0.5.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b2891f045be2ec61ea7ef7b2a7fe4e83ef87c453a8594f6e1b5a499453ff376 |
|
MD5 | 48abf5c4758c606834f0dd28b7a7846f |
|
BLAKE2b-256 | ed09657c48e307a27c43ddbdd232a34e6b9b63363234f9a203f2256892794555 |