StockData · Example Payload
Stockdata Get Financial News Example
FinanceFinancial DataStock MarketMarket DataNewsSentiment Analysis
Stockdata Get Financial News Example is an example object payload from StockData, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
requestresponse
Example Payload
{
"request": {
"method": "GET",
"url": "https://api.stockdata.org/v1/news/all",
"parameters": {
"symbols": "AAPL",
"sentiment_gte": "0.3",
"language": "en",
"limit": "5",
"api_token": "YOUR_API_TOKEN"
}
},
"response": {
"status": 200,
"body": {
"meta": {
"found": 1423,
"returned": 5,
"limit": 5,
"page": 1
},
"data": [
{
"uuid": "3d5e7a8b-1234-5678-abcd-ef0123456789",
"title": "Apple Reports Record Q2 Revenue, iPhone Sales Surge",
"description": "Apple Inc. exceeded analyst expectations with Q2 revenue of $97.3 billion, driven by strong iPhone 17 sales and services growth.",
"keywords": "Apple, earnings, revenue, iPhone, Wall Street",
"snippet": "Apple Inc. on Thursday reported second-quarter revenue of $97.3 billion...",
"url": "https://www.reuters.com/technology/apple-q2-2026",
"image_url": "https://www.reuters.com/images/apple-hq.jpg",
"language": "en",
"published_at": "2026-05-01T21:00:00+00:00",
"source": "reuters.com",
"relevance_score": 0.98,
"entities": [
{
"symbol": "AAPL",
"name": "Apple Inc.",
"exchange": "NASDAQ",
"exchange_long": "NASDAQ Global Select Market",
"mic_code": "XNAS",
"country": "US",
"type": "equity",
"industry": "Technology",
"match_score": 0.99,
"sentiment_score": 0.72,
"highlights": [
{
"highlight": "Apple exceeded analyst expectations with record Q2 revenue",
"sentiment": 0.85,
"highlighted_in": "title"
}
]
}
]
}
]
}
}
}
Work with this as data
Every example here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for examples
4 MCP tools reach this
find_examplesBrowse and filter every example in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This example
curl "https://apis.io/api/v1/examples/stockdata-get-financial-news-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.