Skip to content

feat: print all alphavantage news feed items - #5

Merged
orville-wright merged 1 commit into
mainfrom
claude/issue-4-20260517-1941
May 17, 2026
Merged

feat: print all alphavantage news feed items#5
orville-wright merged 1 commit into
mainfrom
claude/issue-4-20260517-1941

Conversation

@orville-wright

Copy link
Copy Markdown
Owner

Update the "# Test market news" section in main() to loop through all items in news_data['feed'] and print title, source, published date, sentiment, and URL for each article instead of only the first one.

Closes #4

Generated with Claude Code

Update the "# Test market news" section in main() to loop through all
items in news_data['feed'] and print title, source, published date,
sentiment, and URL for each article instead of only the first one.

Co-authored-by: Orville Wright <orville-wright@users.noreply.github.com>
@orville-wright
orville-wright merged commit 10b5c87 into main May 17, 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.

Goal: 2 - print all alphavantage news discovered

1 participant