SIGNAL·NODUS

Pay per job. No subscription.

Every call is priced by the work it does, from a cent for a lookup to fifty for a finished year-over-year diff. No subscription, no floor.

Prices

lookup_company        free    proves the service works
recent_filings        $0.01
company_financials    $0.01

filing_section        $0.05   one item extracted from a 10-K or 10-Q
compare_filings       $0.50   the same item diffed across two filings

No subscription and no minimum. lookup_company is free so you can prove the service works before wiring payment to it. Everything that does real work is priced per call. Credit never expires.

Credit packs

PackPriceCreditRoughly
Starter$9.00$10.00 credit40 diffs
Builder$39.00$45.00 credit180 diffs
Scale$149.00$190.00 credit760 diffs

Credit does not expire. There is no monthly fee to cancel.

Why this is cheaper

sec-api.io puts 10-K/10-Q section extraction on its Business tier at $239/month, and its $55/month entry tier does not include extraction at all (their pricing page, checked 15 Aug 2026). Intrinio starts at $150/month for SEC-derived fundamentals.

Those are subscriptions: you pay the floor whether you run one job or a thousand. Here the same year-over-year diff is $0.50 and the floor is zero. You would need about 480 diffs a month before this costs what the $239 tier costs.

Buy credit

curl -X POST https://signalnodus.ai/api/checkout   -H 'content-type: application/json'   -d '{"pack":"starter"}'

Returns a Stripe checkout link. Pay it and your key is on the success page. Then send Authorization: Bearer <key> and check /api/balance whenever you like.