Request:
GET /api/feed?symbol=META
{
"Authorization": "c1u1s1t1-1o1m-1b1e-a1r1-e1r1",
"fromTime": "1709737450",
"toTime": "17097413682",
}
Response:
[{
"title": "Data Privacy Investigations Pose Risks and Opportunities for Meta",
"subTitle": "Meta Platforms faces multiple investigations and complaints related to data privacy, potentially impacting its revenue and competitive advantage.",
"bulletPoints":[
"Meta Platforms is facing complaints in Europe for allegedly failing to get proper consent before collecting vast amounts of data about Facebook and Instagram users",
"The complaints allege that Meta is violating the European Union's General Data Protection Regulation (GDPR), which allows fines as high as 4% of annual revenue for the most serious infractions.",
"The U.S. Court of Appeals for the D.C. Circuit ruled that the FTC can reopen its probe into Meta's Facebook unit's privacy practices.",
"Meta Platforms' data advantage from its social media apps has helped it become a leader in digital advertising, generating $132 billion in revenue in 2023."
]
"source":"The Guardian",
"ticker":"META",
"timestamp":"1709739480",
},
...
]
{
"title": "Apple’s New AI Move Just Changed The Game For All iPhone Users",
"source": "Forbes",
"link": "https://news.google.com/rss/articles/CBMidmh0dHBzOi8vd3d3LmZvcmJlcy5jb20vc2l0ZXMva2F0ZW9mbGFoZXJ0eXVrLzIwMjQvMDMvMTUvYXBwbGVzLW5ldy1haS1tb3ZlLWp1c3QtY2hhbmdlZC10aGUtZ2FtZS1mb3ItYWxsLWlwaG9uZS11c2Vycy_SAXpodHRwczovL3d3dy5mb3JiZXMuY29tL3NpdGVzL2thdGVvZmxhaGVydHl1ay8yMDI0LzAzLzE1L2FwcGxlcy1uZXctYWktbW92ZS1qdXN0LWNoYW5nZWQtdGhlLWdhbWUtZm9yLWFsbC1pcGhvbmUtdXNlcnMvYW1wLw?oc=5",
"subTitle": "Apple's acquisition of DarwinAI strengthens its AI capabilities, potentially leading to advancements in iOS features, smart devices, and manufacturing efficiency.",
"bulletPoints":[
"Apple acquired DarwinAI, a Canadian AI startup specializing in optimizing AI systems for devices",
"Apple's acquisition strategy includes a focus on AI startups, with DarwinAI being the latest in a series of 32 acquisitions in 2023",
"DarwinAI's expertise may contribute to enhanced AI features in iOS 18, including improved on-device generative AI capabilities",
"Apple's revenue is projected to reach $512 billion by fiscal 2027, with earnings per share expected to grow at a compound rate of 9.4% over the long term"
]
"source":"InvestorsObserver",
"ticker":"AAPL",
"timestamp":"1709739480",
}
const socket = new WebSocket('wss://api.ahead.market/socket');
socket.onopen = () => {
socket.send(JSON.stringify({ action: 'subscribe', symbol: 'MSFT' }));
};
socket.onmessage = (event) => {
console.log('Received:', event.data);
};
{
"title": "Data Privacy Investigations Pose Risks and Opportunities for Meta",
"subTitle": "Meta Platforms faces multiple investigations and complaints related to data privacy, potentially impacting its revenue and competitive advantage.",
"bulletPoints":[
"Meta Platforms is facing complaints in Europe for allegedly failing to get proper consent before collecting vast amounts of data about Facebook and Instagram users",
"The complaints allege that Meta is violating the European Union's General Data Protection Regulation (GDPR), which allows fines as high as 4% of annual revenue for the most serious infractions.",
"The U.S. Court of Appeals for the D.C. Circuit ruled that the FTC can reopen its probe into Meta's Facebook unit's privacy practices.",
"Meta Platforms' data advantage from its social media apps has helped it become a leader in digital advertising, generating $132 billion in revenue in 2023."
]
"source":"The Guardian",
"ticker":"META",
"timestamp":"1709739480",
"link": "https://news.google.com/rss/articles/CBMieGh0dHBzOi8vd3d3LnRoZXN0YXIuY29tLm15L3RlY2gvdGVjaC1uZXdzLzIwMjQvMDMvMTMvZnRjLWNhbi1yZW9wZW4tbWV0YS1wcml2YWN5LWNhc2UtZGVzcGl0ZS01LWJpbGxpb24tZmluZS1jb3VydC1ydWxlc9IBAA?oc=5"
}