定期預金口座の明細照会

📘

必要なスコープ

accounts_read

定期預金の明細を返すAPIです。

❗️

定期預金の明細に対応している金融機関は限られており、金融機関、またはMoneytreeが定期明細に対応していない口座では、term_deposits以下が空で返されます。

フィールド名説明データ型Null可否
id定期預金明細のid。日によって明細などが変わるため、日を跨いでこのAPIを呼ぶと同じ定期預金口座でもidが異なってくることもあります。Int(64)不可
account_id口座のidInt(64)不可
date情報が取得された日付。(Moneytreeが最後にデータを更新した日時)文字列 (YYYY-MM-DD)
purchase_date定期預金の預入日文字列 (YYYY-MM-DD)
maturity_date定期預金の満期日文字列 (YYYY-MM-DD)
name_raw定期預金明細の摘要文字列
name_clean定期預金明細の摘要(マネーツリーによる補正された値)。文字列
valuedate時点の評価額。(Moneytreeが最後にデータを取得した時点の評価額)Double不可
cost_basis定期預金の預入金額Double不可
interest_rate金利Double不可
currency通貨文字列 (ISO4217)不可
term_length_year定期預金の預入期間(年単位)
※以降の、term_length_*は、金融機関の提供データに依存します。
整数
term_length_month定期預金の預入期間(月単位)整数
term_length_day定期預金の預入期間(日単位)整数

対象のaccount_subtype

本APIが以下の account_subtype を対応します。

account_subtypeの値
term_deposit
term_deposit_builder
term_deposit_shikumi
term_tsumitate
term_deposit_kawase [DEPRECATED]
term_deposit_manki [DEPRECATED]
Language
Click Try It! to start a request and see the response here!