company-research-bundle
InactiveTool of The Stall
Entity-parametric company research in one call: live stock quote, quarterly income statements, and Wikipedia background. Optionally adds GitHub repo analysis and website intelligence when those inputs are provided. Parallel-safe for enriching lists of companies in distributed agentic pipelines. Replaces 3–5 individual cap calls; entity-parametric (one ticker per call).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"ticker"
],
"properties": {
"ticker": {
"type": "string",
"description": "US stock ticker symbol (e.g. AAPL, MSFT, NVDA). Used for stock quote and income statements."
},
"entity_name": {
"type": "string",
"description": "Company or entity name for Wikipedia lookup (e.g. 'Apple Inc'). Falls back to ticker if omitted."
},
"github_repo": {
"type": "string",
"description": "GitHub repo in 'owner/repo' format (e.g. 'microsoft/vscode'). If provided, adds GitHub repo intelligence to the result."
},
"website_url": {
"type": "string",
"description": "Company website URL (e.g. 'https://stripe.com'). If provided, adds website intelligence to the result."
},
"income_period": {
"type": "string",
"description": "Period type for income statements. Default: 'quarterly' (up to 4 recent quarters)."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries