From b6eee062d07abd44ee246015d992c1ff4b94673d Mon Sep 17 00:00:00 2001 From: "paul@iqmo.com" Date: Thu, 13 Aug 2026 09:43:22 -0400 Subject: [PATCH] feat: add default rule for /api --- httpxthrottlecache/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/httpxthrottlecache/__init__.py b/httpxthrottlecache/__init__.py index 1b617ff..7f7e144 100644 --- a/httpxthrottlecache/__init__.py +++ b/httpxthrottlecache/__init__.py @@ -7,6 +7,7 @@ EDGAR_CACHE_RULES = { r".*\.sec\.gov": { + "/api.*": 600, "/submissions.*": 600, r"/include/ticker\.txt.*": 600, r"/files/company_tickers\.json.*": 600,