SEC filing profile for a public company
SEC filing profile for a public company: identity, recent filings, and whether it is current with its reporting.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.02listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://loonie-toll.onrender.com/edgar
| Category | Company and compliance |
|---|---|
| Provider host | loonie-toll.onrender.com |
| Networks | eip155:137, eip155:42161, eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"ticker": "AAPL"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"cik": {
"description": "SEC Central Index Key",
"type": "string"
},
"company": {
"description": "Company name or part of it",
"type": "string"
},
"limit": {
"description": "Recent filings to return, default 10",
"type": "integer"
},
"ticker": {
"description": "Stock ticker, e.g. AAPL",
"type": "string"
}
},
"required": [],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"company": {
"properties": {
"cik": {
"type": "string"
},
"entityType": {
"type": "string"
},
"exchanges": {
"items": {
"type": "string"
},
"type": "array"
},
"fiscalYearEnd": {
"type": "string"
},
"formerNames": {
"items": {
"type": "string"
},
"type": "array"
},
"industry": {
"type": "string"
},
"name": {
"type": "string"
},
"sic": {
"type": "string"
},
"stateOfIncorporation": {
"type": "string"
},
"tickers": {
"items": {
"type": "string"
},
"type": "array"
},
"website": {
"type": "null"
}
},
"type": "object"
},
"disclaimer": {
"type": "string"
},
"filingActivity": {
"properties": {
"daysSinceLastFiling": {
"type": "integer"
},
"lastAnnualReport": {
"type": "string"
},
"lastFiledOn": {
"type": "string"
},
"lastQuarterlyReport": {
"type": "string"
}
},
"type": "object"
},
"otherMatches": {
"type": "array"
},
"query": {
"properties": {
"cik": {
"type": "string"
},
"company": {
"type": "null"
},
"matchedBy": {
"type": "string"
},
"ticker": {
"type": "string"
}
},
"type": "object"
},
"reasons": {
"items": {
"type": "string"
},
"type": "array"
},
"recentFilings": {
"items": {
"properties": {
"accessionNumber": {
"type": "string"
},
"description": {
"type": [
"null",
"string"
]
},
"filedOn": {
"type": "string"
},
"form": {
"type": "string"
},
"periodOf": {
"type": [
"null",
"string"
]
},
"url": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"retrievedAt": {
"type": "string"
},
"source": {
"type": "string"
},
"verdict": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}