get_latest_finance_news
Retrieve finance news articles from leading RSS feeds including Bloomberg, WSJ, CNBC, Seeking Alpha, MarketWatch, and FT. Specify source and limit to tailor results.
Instructions
Get the latest finance news from RSS feeds.
Args: limit: Maximum number of articles to return (default: 10) source: News source to fetch from. Options: "all", "bloomberg", "wsj", "cnbc", "seekingalpha", "marketwatch", "ft" (default: "all")
Returns: List of articles with title, link, published_date, description, and source_name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| source | No | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |