定義
get_pricing( account_id, instruments, since=None, includeUnitsAvailable=True, includeHomeConversions=False )
引数
引数 | 型 | 必須 | 説明 |
account_id | str | ◯ | OANDAの Account ID |
instruments | str | ◯ | 商品名。ここでいう商品名とは通貨ペアのことを指す。 2つの通貨はアンダースコア(“_”)で区切る。 例:ドル円の場合は”USD_JPY”と指定 |
since | Date/Time | filter to apply to the response. Only prices and home conversions (if requested) with a time | |
includeUnitsAvailable | bol | Flag that enables the inclusion of the unitsAvailable field in the returned Price objects | |
includeHomeConversions | bol | Flag that enables the inclusion of the homeConversions field in the returned response |
概要
通貨のレートを返却します
復帰値
通貨のレートを辞書型で返却します
参照
OANDAのAPIの仕様は以下を参照してください。
http://developer.oanda.com/rest-live-v20/pricing-ep/