CEO: Get Stock News
CEO via Parse · Finance
Fetch recent CEO.ca newsfeed articles for a specific stock channel. Extracts news and featured articles embedded in the channel's data response (no extra upstream request per article). Returns structured article metadata including title, publication timestamp, source/publisher, canonical URL, and tags. Articles are deduplicated by slug, filtered to the requested lookback window, and sorted newest first. The upstream source provides up to 8 articles (4 news + 4 featured); news_window_complete indicates whether the lookback window is fully covered by available data. API to scrape discussion threads, popular posts, and trending stocks from CEO.ca. Fulfilled by Parse from ceo.ca.
- ceo
- ceo-ca
- finance
- news-media
- parse
- platform-key
- social-media
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/21ba56c5-84da-4f86-a937-a098c1c6868e/get_stock_news
- Interface artifact
- sha256:b4f2e31bbaf849d098bb71ac2808700d49e8f41ede4c4e875782102d3defead3
- Manifest digest
- sha256:41f48e6cfa8226a8b01973c839b1258d6070ddfeb0d4f9475b692012e78044fc
Request fields
- channel (string, required): The stock ticker or channel name (e.g. 'mog', 'eqx', 'big').
- news_limit (integer): Maximum number of news articles to return. Must be between 1 and 25.
- news_lookback_days (integer): Number of days to look back for news articles. Must be between 1 and 30.
Example queries
- {"channel":"mog","news_limit":"10","news_lookback_days":"5"}