get_articles_by_date_range
Retrieve business and financial articles from Reuters within a specified date range. Set from and to dates, page, and limit for paginated results.
Instructions
Get Articles by time period. This Endpoint has a hard limit set to max 20 result per page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes | 20 results per page / starting with page 0 | |
| limit | Yes | Example value: 20 | |
| toDate | Yes | Example value: 2023-11-30 | |
| fromDate | Yes | Example value: 2023-11-01 |