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.5.0.tar.gz
(20.0 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.5.0-py3-none-any.whl
(31.8 kB
view details)
File details
Details for the file gmo_fx-0.5.0.tar.gz.
File metadata
- Download URL: gmo_fx-0.5.0.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6d5df47894a836257103940da795e02652d9681227ba6b14574c3fcbaff9f58a
|
|
| MD5 |
49d699a907e73a3d474cd8af0f58c508
|
|
| BLAKE2b-256 |
b012f7f2939410007fd8e4549b5a901736e6705b9c45a88ac8f835f3ccfba1bc
|
File details
Details for the file gmo_fx-0.5.0-py3-none-any.whl.
File metadata
- Download URL: gmo_fx-0.5.0-py3-none-any.whl
- Upload date:
- Size: 31.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a99bd075c97f7b3dfa9112ef501b7b50dedc68f458a0d25d002ae9eff59e4ab5
|
|
| MD5 |
3bc630872ec361c13dc1bcda26851526
|
|
| BLAKE2b-256 |
a57ef128d601296c2e1e5263f9e139a18c4ea6303b633d1d550373e304de3f90
|