Discussions
Web Data API endpoints (/ss, /sf) returning empty or limited results
Both Web Data API endpoints I'm using are returning limited or empty results:
- Short Volume (/web/v/0.0/ss) — limited to 10 records
Calling GET https://api.fintel.io/web/v/0.0/ss/us/gme returns only 10 records. Both GME and BYND return exactly 10 regardless of the ticker. I've also tried adding query parameters (days, limit, page_size, count, per_page) — all still return 10 records, though the response structure changes from a top-level array to a wrapper object with a "data" key.
Is there a supported way to request extended history (e.g., 30+ trading days)? Or is the 10-record limit the expected behavior for this endpoint?
- Regulatory Filings (/web/v/0.0/sf) — always empty
Multiple tickers all return HTTP 200 with an empty JSON array:
GET /web/v/0.0/sf/us/gme → []
GET /web/v/0.0/sf/us/amc → []
GET /web/v/0.0/sf/us/sndl → []
GET /web/v/0.0/sf/us/mara → []
I also tried the sample curl from your documentation and it returns empty as well. I'm looking for SEC filings such as S-3, 424B, and S-1 registrations.
Is the /sf endpoint currently active and serving data? If so, could you suggest a ticker that should return results for testing?
Since both of these are on the Web Data API tier (/web/v/...) while the Premium Data API (/data/v/...) works flawlessly, I wanted to flag that in case it points to a tier-level issue.
Thanks for your help.
Matthew
