Market News
newsdata_marketFetch financial and stock market news from the past 48 hours. Filter by stock symbols, sentiment, and timeframe to get relevant market analysis and business updates.
Instructions
Fetch financial and stock market news (beta endpoint).
Get real-time market news including stock analysis, financial sentiment, and business mergers. Returns articles from the past 48 hours.
Args:
q: Search keywords (e.g., 'AAPL', 'stock market')
symbol: Stock ticker symbols (e.g., 'AAPL,MSFT,GOOGL')
country, language: Standard filters
sentiment: Filter by financial sentiment
timeframe: Lookback in hours (1-48) or minutes
size: Results per page
page: Pagination token
Examples:
Apple stock news: symbol="AAPL"
Market crash coverage: q="market crash", sentiment="negative"
Tech earnings: q="earnings report", category="business"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search keywords. Use AND/OR/NOT operators. Example: 'bitcoin AND ethereum' | |
| page | No | Pagination token from previous response's nextPage value | |
| size | No | Number of articles per request (free: max 10, paid: max 50) | |
| image | No | Filter articles with (1) or without (0) images | |
| video | No | Filter articles with (1) or without (0) videos | |
| domain | No | Comma-separated source domains. Example: 'bbc.co.uk,cnn.com' | |
| symbol | No | Comma-separated stock ticker symbols. Example: 'AAPL,MSFT,GOOGL' | |
| country | No | Comma-separated country codes. Example: 'us,gb,ca' | |
| qInMeta | No | Search keywords in title, URL, and meta description | |
| category | No | Comma-separated categories: business, crime, domestic, education, entertainment, environment, food, health, lifestyle, other, politics, science, sports, technology, top, tourism, world | |
| language | No | Comma-separated language codes. Example: 'en,es,fr' | |
| qInTitle | No | Search keywords in article titles only | |
| timezone | No | Timezone for results. Example: 'America/New_York' | |
| domainurl | No | Comma-separated full domain URLs | |
| sentiment | No | Filter by article sentiment | |
| timeframe | No | Lookback period: hours (1-48) or minutes (e.g., '120m') | |
| excludedomain | No | Comma-separated domains to exclude | |
| prioritydomain | No | Filter by domain priority: top (top 10%), medium (top 30%), low (top 50%) | |
| removeduplicate | No | Set to '1' to remove duplicate articles |