Skip to content

Add ex_dividend_date and dividend_date fields#7

Merged
fleveque merged 1 commit into
mainfrom
feat/add-ex-dividend-date
Feb 12, 2026
Merged

Add ex_dividend_date and dividend_date fields#7
fleveque merged 1 commit into
mainfrom
feat/add-ex-dividend-date

Conversation

@fleveque

Copy link
Copy Markdown
Owner

Summary

  • Parse exDividendDate and dividendDate Unix timestamps from Yahoo Finance /v7/finance/quote response
  • Return them as Ruby Date objects (ex_dividend_date, dividend_date), nil when missing/zero/non-numeric
  • Bump version to 0.3.1

Test plan

  • Existing specs updated with new fields
  • New specs for ex_dividend_date as Date, nil when missing, nil when zero
  • All 35 specs pass
  • Rubocop clean

🤖 Generated with Claude Code

Parse exDividendDate and dividendDate Unix timestamps from the
/v7/finance/quote response and return them as Ruby Date objects.
Returns nil when the field is missing, zero, or non-numeric.

Bump version to 0.3.1.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@fleveque fleveque merged commit 4dc0d8e into main Feb 12, 2026
1 check passed
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.

1 participant