What it does
Fetches the company’s complete XBRL fact set from the SEC EDGAR API. This is a single large JSON file containing every financial fact the company has ever reported across all filings.API endpoint
User-Agent: ValuationPlugin admin@example.com
Caching
The fetched file is cached atdata/cache/{TICKER}/companyfacts.json. A companion file companyfacts_fetched.txt records the fetch timestamp. The cache is refreshed if older than 24 hours.
If the cache is fresh, this skill is skipped entirely — no API call is made.