Free public test
We're opening the full P0 data contract (REST + MCP) for free while we validate fill, freshness, and agent fitness in the wild. Register to receive your API key — no credit card, no trial clock, no token burn.
What's included
- Daily requests
- 20,000
- Rate limit
- 180 RPM
- Window
- 90 days
- Cost
- €0
- P0 data domains — filings, ownership, equities, positioning, rates, economics, calendar.
- MCP included — same key, same limits; JSON-RPC at
/mcp/jsonrpc. - Zero token burn — response headers still show notional cost for transparency (bill = €0).
- Register-required — create an account; no anonymous high-volume access.
Not included in the public test
- System / admin / ops endpoints
- Bulk export and warehouse handoff
- Named Partner support SLO
- Non-P0 domain commercial coverage
- Terminal analysis assistant (Workbench plan)
These remain on future paid tiers (Starter, Pro, Workbench). Partner is a relationship track — see pricing.
How it works
- Register with email and password.
- Receive your
fin_sk_…API key on the dashboard. - Query REST (
/api/v1/…) or MCP (/mcp/jsonrpc) with your key. - Check /status for live P0 freshness before production jobs.
# Quick smoke (sandbox — no account)
curl -sS -X POST "https://data.finuties.com/api/v1/auth/sandbox"
# After registering — use your key
curl -sS -H "Authorization: Bearer fin_sk_YOUR_KEY" \
"https://data.finuties.com/api/v1/data/filings/submissions?limit=5" Temporary by design
This is a public test — not a forever-free promise. We're validating that the P0 data contract works under real agent and pipeline load. The test window is 90 days per key. At the end of the window you'll receive an email with options to join the design-partner feedback track or transition to a paid tier when available.
Ready?
Register for your free key and start querying P0 data in minutes.