SEC-Derived Intelligence
Convert SEC company facts and filings into ranked financial and filing-change signals.
Turn SEC filings into structured, machine-readable financial signals your agents can consume and pay for programmatically.
Base Sepolia testnet: $0.10 test USDC per successful intelligence request Keyless x402 or API key Machine-readable JSON
One request. One ranked signal.
Nodavyr retrieves SEC company facts and filings, validates comparable financial periods, compares filing language, ranks material changes, and returns concise intelligence.
The compact endpoint exposes the highest-ranked available signal without requiring every agent to recreate the filing-analysis pipeline.
Keyless x402 callers can pay and receive intelligence without first creating a Nodavyr account or API key. Existing API-key access remains supported.
GET /v1/agent/AAPL
200 OK
{
"ticker": "AAPL",
"signal": "revenue",
"direction": "positive",
"confidence": 0.95,
"score": 90,
"summary": "Revenue changed +25.00% versus the comparable prior-year quarter.",
"materiality": "high",
"request_number": 7
}
Why Nodavyr
Convert SEC company facts and filings into ranked financial and filing-change signals.
Predictable JSON designed for applications, workflows, and autonomous agents.
When payment enforcement is enabled, compatible agents can receive HTTP 402 requirements, authorize payment, and continue programmatically.
How it works
Keyless mode requires no Nodavyr signup or API key. Callers with an API key may continue to send it for customer/key attribution.
Base Sepolia testnet pricing
One concise, ranked result for applications and autonomous agents. No subscription plans are offered yet.
Agent Intelligence
$0.10test USDC / successful request
Base Sepolia only
Agent workflow
Instead of independently retrieving filings, parsing XBRL facts, validating comparable periods, comparing filing text, detecting changes, ranking signals, and determining materiality, an agent can request a compact Nodavyr result.
Recommended agent path
Call the Agent API directly with x402. No Nodavyr account or API key is required for keyless access.
GET /v1/agent/AAPL without signing up or sending X-API-Key.PAYMENT-REQUIRED challenge.payment-identifier.PAYMENT-SIGNATURE and receive HTTP 200 JSON intelligence.export FILINGEDGE_BASE_URL="https://nodavyr.com"
curl --include --fail-with-body \
"$FILINGEDGE_BASE_URL/v1/agent/AAPL"
This unpaid discovery request exposes PAYMENT-REQUIRED and does not contain a payment. Establish the approved recipient and configuration from the versioned public payment policy, then require the live challenge to match before signing.
Base Sepolia test USDC has no real monetary value. Nodavyr is not yet a mainnet production-payment offering.
Never blindly sign a 402 challenge. Enforce your own network, asset, amount, and recipient policy before authorizing payment. Keep private keys in secure environment or secret management; Nodavyr never needs a buyer's private key.
Explore the interactive API documentation →If paid delivery is interrupted, do not repeat the purchase. The executable Node quick-start and recovery guide privately retains the payment identifier and provides a separate recovery command that never submits another payment.
The HTTP 402 challenge also advertises Bazaar extension metadata for machine discovery.
Optional API-key access
Signup is not required for keyless x402. Create an API key when you want customer/key attribution and authenticated access to GET /v1/usage. The plaintext key is displayed once—save it securely.
Nodavyr will not display this plaintext key again.
Trust and methodology
Nodavyr retrieves company identifiers, submissions, SEC Company Facts/XBRL data, and filing documents from SEC endpoints. Financial signals use validated year-over-year quarterly comparisons. Filing-language signals compare phrase frequencies in the two latest available 10-Q filings.
The current request pipeline uses deterministic local analysis rather than making an LLM inference request for every API call. Results depend on SEC availability, reporting conventions, company-specific tagging, amendments, and filing quality.
Nodavyr provides informational, SEC-derived analytical data. Results may be incomplete, delayed, or incorrect and do not constitute investment, legal, accounting, or tax advice. Nodavyr does not guarantee investment outcomes.