About FinUties
FinUties is data infrastructure for teams and agents — not a research desk, not a trading venue, and not investment advice. We publish one governed contract over the public finance core so apps and MCP clients reuse the same resource names with visible freshness and metering.
What we ship
- Seven data domains — filings, ownership, equities, positioning, rates, economics, and calendar. We publish how recent each should be.
- One catalogue — discover live paths via GET /api/v1/resources; broader domains may be research backlog.
- Three surfaces — REST, MCP JSON-RPC, and the open-source Terminal on the same names.
- Workbench (planned paid seat) — the top published subscription includes a hosted analysis assistant on Terminal analysis. Not investment advice; not part of the free public test.
- Transparent metering — token costs on responses; machine-readable GET /api/v1/pricing.
Trust posture
- Informational data access only. Upstream source terms still apply to end use.
- Research notes are dated, pipeline-assisted evaluations with publish gates — not analyst recommendations.
- Machine-readable product identity for crawlers and agents: /llms.txt.
- Operator and legal entity details: Impressum, Terms, Privacy.
FinUties is developed and maintained by TechUties, part of the Bastilities ecosystem.
How to start
- Create an account and API credentials.
- Browse the catalogue, then call REST or MCP with the same domain/resource pair.
- Budget with response cost headers and the public pricing JSON.
# Public discovery (no token)
curl -sS "https://data.finuties.com/api/v1/resources"
curl -sS "https://data.finuties.com/api/v1/pricing"