KLA Corp. filed a current report (8-K) with the SEC, indicating disclosure of a material corporate event.
I can't render this — what you've provided isn't the filing content, but rather an SEC rate-limiting error message.
The SEC is blocking your automated request because it's hitting their 10-requests-per-second threshold without a proper user-agent declaration. This is likely coming from a script like `fetch-primary.mjs` that pulls SEC filings.
To fix it, you need to:
1. **Declare your user agent** in the SEC request headers with company-specific information (e.g., `User-Agent: Slicast/1.0 (contact: your@email.com)`)
2. **Throttle requests** to stay well below 10/second and add delays between calls
3. **Check SEC's developer resources** at sec.gov/developer for best practices
Can you share the actual KLA 8-K filing link or the script that's fetching it? I can help adjust it to comply with SEC's policy.