get_market_news
Fetch financial market news by category (general, forex, crypto, merger) and retrieve headlines, summaries, and URLs. Use min_id to get updates after a specific news item.
Instructions
Get the latest market news.
Args:
category: News category. Available values: general, forex, crypto, merger.
min_id: Use this to get only news after this ID.
Returns:
str: Latest market news in JSON format with headlines, summaries, and URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_id | No | ||
| category | No | general |