Skip to main content

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


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.2.tar.gz (16.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

gmo_fx-0.2.2-py3-none-any.whl (25.2 kB view details)

Uploaded Python 3

File details

Details for the file gmo_fx-0.2.2.tar.gz.

File metadata

  • Download URL: gmo_fx-0.2.2.tar.gz
  • Upload date:
  • Size: 16.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.1

File hashes

Hashes for gmo_fx-0.2.2.tar.gz
Algorithm Hash digest
SHA256 be14bf409c1d99d9f2b3c48b98d8975c31a15c0229553c596958fe09c7497ac1
MD5 3b1a218ac66ebd1c271bc02d7b7402d9
BLAKE2b-256 2a8deb1f3cd325021e29b94f71905fcbc5da24d64303739bb9a504a1a8c3c9ff

See more details on using hashes here.

File details

Details for the file gmo_fx-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: gmo_fx-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 25.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.1

File hashes

Hashes for gmo_fx-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 80099fe05740f32ed4e8a06bf46bdffa0229b4057dd9e93d8495e017062bf938
MD5 f1b63318818a423b67eaa2b6eeef755c
BLAKE2b-256 e117f4346f04abc3d8505d55494216f7e471ffe7127ecf26bc6da86299206224

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page