Business Latest Updates
Description: Shows recent news, announcements, and updates from businesses.
API Response Structure:
{
"updates": [
{
"business": {
"name": "Company Name",
"logo": "https://example.com/logo.png",
"verified": true,
"industry": "Technology
},
"update": {
"type": "News",
"title": "Update Title",
"content": "Update details...",
"date": "2023-08-15T10:00:00Z",
"media": {
"images": ["url1", "url2"],
"videos": ["videoUrl"]
}
},
"importance": "Major",
"impact": {
"stockPrice": "+2.5%",
"marketReaction": "Positive",
"industryEffect": "Moderate"
},
"sources": [
{
"name": "News Source",
"url": "https://example.com/news"
}
]
}
],
"type": "businessLatestUpdates"
}
Fields:
-
updates
(array): Business updates-
business
(object): Company information -
update
(object): Update details -
importance
(string): Update significance -
impact
(object): Business effects -
sources
(array): Information sources
-
-
type
(string): Always "businessLatestUpdates"