Datasets

Structured financial data,
ready for agents.

Get Structured
Classify · Split
Oxinion
10-Kp.42–44
Income Statement
10-Kp.55–57
Balance Sheet
10-Kp.47–48
Cash Flow
10-Kp.61–70
MD&A
Parse · Extract
revenue
$4,847,392
10-K · p.42
net_income
$911,263
10-K · p.42
ebitda
$1,318,904
10-K · p.61

How it works

Aggregate, structure, deliver.

Step 1

Aggregate the sources

Oxinion pulls filings, market data, and alternative signals so you never wire up a scraper or a data vendor again.

Step 2

Parse & extract

Unstructured documents become typed, schema-defined JSON — every value carries a citation back to its source.

Step 3

Pull it anywhere

Hit the REST API, or connect over MCP so Claude, ChatGPT, or your own agents read it directly. No UI required.

Endpoints

Four operations, one pipeline.

EndpointUse whenOutputHow it works
/classify
Classify
Files need to be routed by type before processing.Best-matching category (10-K / 10-Q / 8-K) with per-criterion confidence.

A fast, lightweight step that routes files to the right pipeline before anything else.

/split
Split
One filing bundles multiple sections or documents (10-K + exhibits).Page ranges for each section, with confidence scores.

Finds section boundaries so each part can be parsed separately.

/parse
Parse
Structured content from a filing is needed for LLM or RAG use.Structured chunks with typed blocks, page anchors, and confidence scores.

The core reader — turns each section into structured elements that extract builds on.

/extract
Extract
The fields to pull are defined and typed JSON is needed.Schema-typed JSON with a source citation on every value.

Runs Parse internally and returns only your schema-defined fields.

One layer, every source.
Pick a dataset to start.

DocumentsLive

Filings

/v1/filings

SEC filings — 10-K, 10-Q, 8-K — aggregated and parsed into typed, source-cited JSON. Extract only the fields you define.

10-K10-QExtractView docs
MarketSoon

Market Data

/v1/market

Daily price, RSI, trend, score, and BUY/HOLD/SELL signals plus quality/value/momentum/growth fundamentals across the Global Top 100.

SignalsFundamentalsDailyNotify me
AlternativeSoon

Alternative Data

/v1/alt

Web, sentiment, and other non-traditional signals — collected, normalized, and timestamped so agents can model beyond the fundamentals.

SentimentWebBetaNotify me

Any AI can pull this data

Fetch structured data over REST, or connect the Oxinion MCP server so Claude, ChatGPT, or your own agents read it directly.

GET /v1/filings/AAPL/10-K?fields=revenue,ebitda,net_income

Authorization: Bearer <api-key>