CEO: Get Stock Snapshot
CEO via Parse · Finance
Fetch a combined snapshot of a stock channel's current trading volume, latest discussion comments, and recent CEO.ca news articles in a single Parse API request. Volume metrics come from the channel's quote data. Comments use the same upstream discussion-thread source. News is extracted from the embedded articles in the same upstream response (no extra request for the news list). When include_comments or include_news is false, the respective section is skipped. Returns upstream_error when the channel has no quote data (e.g. non-company topic channels or non-existent tickers). 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_snapshot
- Interface artifact
- sha256:6f4af74b2779f81228082fb416772cd3a68a5f64d313f3fc1c9fa4817402e8c8
- Manifest digest
- sha256:8aa1902690abf3eab8d5428870035f84e0b5d2b7f62f285e3224dd63dd29ace6
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.
- include_news (boolean): When false, skip news extraction and return only volume and comments data.: Allowed values: true
- comment_limit (integer): Maximum number of discussion comments to return. Must be between 1 and 25.
- include_comments (boolean): When false, skip fetching comments and return only volume and news data.: Allowed values: true
- news_lookback_days (integer): Number of days to look back for news articles. Must be between 1 and 30.
Example queries
- {"channel":"mog","include_news":"True","comment_limit":"5","include_comments":"True"}