extract_finance_landscape
Queries stock quotes, developer and investor discussions, GitHub activity, and product release velocity to generate a timestamped financial landscape report for specified tickers.
Instructions
Composite financial intelligence tool for developers. Given one or more ticker symbols, simultaneously queries: (1) Stooq for no-key quote 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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tickers | Yes | One or more ticker symbols e.g. 'PLTR' or 'PLTR,MSFT,GOOG'. Up to 5 tickers. | |
| max_length | No | ||
| 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. | |
| min_freshness_score | No | Filter sections below this freshness_score (0–100). E.g. 70 = only recently retrieved data. |