Stockhouse: Get Bullboard Comments
Stockhouse via Parse · Finance
Retrieve Bullboard posts and comments published within the last 24 hours for a given stock. Accepts a ticker plus exchange (TSX, TSXV, CSE) or a direct Stockhouse symbol. Paginates through listing pages until the oldest item falls outside the 24-hour window or the limit is reached. Returns results in newest-first order. Returns an empty successful result with status 'no_posts_in_window' when no posts exist in the 24-hour window. Each page fetch returns up to ~15 items; a board with heavy activity may require multiple pages. Retrieve the latest 24 hours of Bullboard posts and comments for Canadian-listed stocks on Stockhouse.com. Fulfilled by Parse from stockhouse.com.
- finance
- news-media
- parse
- platform-key
- social-media
- stockhouse
- stockhouse-com
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/44bd9d92-c326-40da-9fa1-87da187febdf/get_bullboard_comments
- Interface artifact
- sha256:38fb26cb862c7b7e7fb535dd658efa00e877e3b474fbdbebd9e1526d816672c2
- Manifest digest
- sha256:efbbac6896674ee47a1bada51593ccfd646ee5bebc63250858c09ad5a36625b1
Request fields
- limit (integer): Maximum number of posts to return. Safety cap at 1000. The endpoint still returns the complete 24-hour window when within this limit.
- symbol (string): Full Stockhouse symbol with exchange prefix (e.g. 'c.qimc', 't.shop', 'v.ami'). Case-insensitive. Use this when the mapping is unambiguous. If provided, 'ticker' and 'exchange' are ignored.
- ticker (string): Stock ticker symbol (e.g. QIMC, SHOP). Case-insensitive. Required if 'symbol' is not provided.
- exchange (string): Exchange code. Required when using 'ticker'. Determines the Stockhouse prefix: TSX=t, TSXV=v, CSE=c.: Allowed values: TSX, TSXV, CSE
Example queries
- {"ticker":"QIMC","exchange":"CSE"}