Skip to content

財務情報・財務諸表APIにcursorパラメータを使った差分取得を追加#115

Merged
saikioshima merged 4 commits into
mainfrom
feature/fins-cursor-support
Jun 10, 2026
Merged

財務情報・財務諸表APIにcursorパラメータを使った差分取得を追加#115
saikioshima merged 4 commits into
mainfrom
feature/fins-cursor-support

Conversation

@saikioshima

Copy link
Copy Markdown
Contributor

WHAT

  • /fins/summary · /fins/details に cursor パラメータを使った差分取得機能を追加
  • 新メソッド get_fin_summary_cursor() / get_fin_details_cursor() を追加(返却値: tuple[pd.DataFrame,
    Optional[str]])
  • 既存メソッド get_fin_summary() / get_fin_details() に @deprecated を付与しつつ後方互換を維持
  • _range メソッド内部の呼び出しを cursor 版に変更し、@deprecated メソッドを経由しないよう修正
  • fins.py の docstring に cursor が最終ページのみに含まれる旨を追記

WHY

2026/06/08リリースに伴う機能追加

@saikioshima
saikioshima requested a review from s-meitoma as a code owner June 8, 2026 10:48
@saikioshima saikioshima changed the title Feature/fins cursor support 財務情報・財務諸表APIにcursorパラメータを使った差分取得を追加 Jun 8, 2026
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

@s-meitoma s-meitoma left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@saikioshima
saikioshima added this pull request to the merge queue Jun 10, 2026
Merged via the queue into main with commit fd9ffc1 Jun 10, 2026
5 checks passed
@saikioshima
saikioshima deleted the feature/fins-cursor-support branch June 10, 2026 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants