GMO社のFX API用Pythonライブラリ
Project description
gmo-fx-py
GMOが提供するFX用APIのSDKです。 GMOのAPIについてはこちらのリファレンスを参照してください。
インストール
pip install gmo-fx
使い方
各APIのエンドポイントの頭にgetをつけたメソッドを定義しています。 そのメソッドを実行することで、APIの呼び出しを行います。 ※例:「KLine情報の取得」APIの場合
from gmo_fx import KlinesApi, KlineInterval, Symbol
from datetime import datetime
response = KlinesApi()(
symbol=Symbol.USD_JPY,
price_type="BID",
interval=KlineInterval.M1, # 1分足
date=datetime.now(),
)
print(response.klines)
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
gmo_fx-0.2.1.tar.gz
(16.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
gmo_fx-0.2.1-py3-none-any.whl
(24.5 kB
view details)
File details
Details for the file gmo_fx-0.2.1.tar.gz.
File metadata
- Download URL: gmo_fx-0.2.1.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a01a3d5d909e921e1a3685a4af506836eb1e9f5e1c9f16a32e390746f71b091
|
|
| MD5 |
be213fdc12201832ed754e69c1c51e4c
|
|
| BLAKE2b-256 |
6662a3bc7135209d8a1537d6a80dbe6305d978e295d7ed8f44b5651a593017f8
|
File details
Details for the file gmo_fx-0.2.1-py3-none-any.whl.
File metadata
- Download URL: gmo_fx-0.2.1-py3-none-any.whl
- Upload date:
- Size: 24.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9ae19f587040955671465388183d4687f6ee3ad8821d23bbc3a922e9a606872
|
|
| MD5 |
b656e21780bf3325fda089028a1e701e
|
|
| BLAKE2b-256 |
6db45b572f89b85f24ca1237a148c4fb5fd4f298400e975163a04fcfefd43df0
|