extract_finance_landscape
Analyze financial assets by aggregating real-time market data, developer sentiment from Hacker News, investor discussions from Reddit, GitHub ecosystem activity, and product release velocity into a unified timestamped report.
Instructions
Composite financial intelligence tool for developers. Given one or more ticker symbols, simultaneously queries: (1) Yahoo Finance for live price/market data, (2) Hacker News for developer community sentiment, (3) Reddit for investor and tech community discussion, (4) GitHub for repo ecosystem activity around the company's tech, and (5) their product changelog for release velocity as a company health signal. Answers: What's the price? What are developers saying? Is the company actually shipping? Returns a unified 5-source timestamped report. Bloomberg Terminal doesn't give you this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tickers | Yes | One or more ticker symbols e.g. 'PLTR' or 'PLTR,MSFT,GOOG'. Up to 5 tickers. | |
| company_name | No | Company name for HN/Reddit/GitHub searches e.g. 'Palantir'. If omitted, derived from the ticker. | |
| github_query | No | GitHub search query or repo URL for the company's tech ecosystem e.g. 'palantir' or 'https://github.com/palantir/foundry'. If omitted, uses company_name. | |
| max_length | No |