Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / Finance / Fintel API
Fintel API logo

Fintel API

Agent-ready OpenAPI document · curated by JenticFinanceBankingapiKey4 EndpointsREST

Know of an official OpenAPI document? Contribute it →

For Agents

Look up institutional ownership, short interest, insider trades, and options flow for any US-listed ticker - four ticker-keyed endpoints designed for agent-driven equity research.

Use for: Get the institutional ownership breakdown for AAPL, Retrieve current short interest data for GME, Find all insider transactions for TSLA in the last quarter, Check whether there has been unusual options flow on NVDA today

Not supported: Does not handle order execution, real-time quotes, or fundamental financials - use for ownership, short interest, insider, and options-flow signals only.

Jentic maintains a curated, agent-optimized OpenAPI specification for Fintel API, keeping it validated and agent-ready. Fintel also publishes its own OpenAPI document, which covers a separate public-data surface that leaves out these four endpoints; the FAQ below cites it. Fintel provides financial intelligence data for US-listed equities, including institutional ownership from 13F filings, short interest with daily borrow rates, insider trading transactions, and unusual options flow. The four-endpoint surface is intentionally narrow - each endpoint takes a ticker and returns a structured signal, making Fintel a clean drop-in for quant research, retail-investor copilots, and short-squeeze monitoring.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the Fintel API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the Fintel API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Ffintel.io%2Ffintel" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Ffintel.io%2Ffintel" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with Fintel API.

Pull institutional ownership data for a ticker including 13F-derived holders and percent of shares held

Retrieve current short interest, days-to-cover, and stock-loan utilization for any US ticker

Surface insider transactions (Form 4 filings) including buyer name, role, share count, and value

Detect unusual options flow with strike, expiry, premium, and put/call breakdown by ticker

Use simple ticker-keyed paths so an agent can fan out across a watchlist without complex pagination

Use Cases

Patterns agents use Fintel API for, with concrete tasks.

★ Short Squeeze Monitoring

Track short interest, days-to-cover, and borrow utilization across a watchlist via /short-interest/{ticker}. Combine the daily readings with options flow from /options-flow/{ticker} to spot squeeze setups before they become headlines. Most teams have a working watchlist scanner running the same day.

For each ticker in [GME, AMC, BBBY, KOSS], call /short-interest/{ticker} and flag any with days-to-cover above 5 and utilization above 90%

Smart Money Tracking

Follow institutional positioning by polling /ownership/{ticker} for shifts in 13F-reported holdings and /insider-trading/{ticker} for Form 4 buys and sells. Useful for building 'smart money' indicators or surfacing concentrated bets in small caps. Integration is a same-day task.

Pull /insider-trading/TSLA for the last 90 days and summarise net insider buying/selling by role (CEO, CFO, director)

Unusual Options Flow Alerts

Surface large or unusual options orders via /options-flow/{ticker} including strike, expiry, premium, and side. Agents can alert on premium thresholds or sudden put/call skew, valuable for both directional traders and risk teams watching for hedging activity. Live in under an hour.

Call /options-flow/NVDA, filter to trades with premium above $1M expiring within 30 days, and post a digest to a Slack channel

AI Agent Equity Research

Use Fintel through Jentic so an agent can answer 'who owns this stock?' or 'is short interest rising?' without the developer wiring up four endpoints. Jentic's intent search routes to the right Fintel operation, the agent calls it, and the API key never leaves the vault. Get started with Jentic One, the self-hosted execution layer

Through Jentic, search 'get short interest for a ticker', load the /short-interest/{ticker} schema, and execute with ticker=GME

Key Endpoints

4 endpoints — jentic maintains a curated, agent-optimized openapi specification for fintel api, keeping it validated and agent-ready.

METHOD

PATH

DESCRIPTION

GET

/ownership/{ticker}

Get institutional ownership

GET

/short-interest/{ticker}

Get short interest data

GET

/insider-trading/{ticker}

Get insider trading data

GET

/options-flow/{ticker}

Get unusual options flow

GET

/ownership/{ticker}

Get institutional ownership

GET

/short-interest/{ticker}

Get short interest data

GET

/insider-trading/{ticker}

Get insider trading data

GET

/options-flow/{ticker}

Get unusual options flow

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring the Fintel API by hand means setting its X-API-Key header on every call, mapping each ticker onto the right ownership, short-interest, insider, or options-flow route, and handling retries yourself. Through Jentic you install once, import Fintel from the API Directory, store the key once, and your agent calls it.

Permission scoping

Permission scoping

Fintel's endpoints are read-only signal lookups keyed by ticker, so limit the agent to the operations it needs, such as short interest or insider trading, and leave the rest out of the allowed set. You choose which of the four operations it may call.

Credential management

Credential isolation

Your Fintel key is stored once, encrypted, by your own Jentic One instance and injected as the X-API-Key header at execution time. It never enters the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'get short interest for a ticker' or 'check insider trading', and Jentic returns the matching Fintel operation with its ticker parameter so the agent calls the right endpoint without browsing the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

Finnhub API

→

Broader market data API that also includes insider transactions and ownership endpoints

Choose Finnhub when the agent needs quotes, fundamentals, and news in addition to ownership signals; choose Fintel for deeper short-interest detail

Complementary

Fire Financial Services Business API

→

Adds banking and payment initiation to complement Fintel's research signals

Pair when an agent moves from research signal to action - e.g. allocating funds via Fire after a Fintel-driven trigger

Alternative

Fitbit Web API

→

Different domain - health data rather than financial intelligence

Not a substitute for equity data; included only as a contrasting consumer-data API in the catalogue

FAQs

Specific to using Fintel API through Jentic.

Which OpenAPI specification does this Fintel API page describe?

A curated, agent-optimized Jentic specification covering four Fintel operations on the https://api.fintel.io/web/v1 base. Fintel also publishes its own OpenAPI 3.0.3 documentation at https://api.fintel.io/openapi.json, titled 'Fintel Public Data API', which describes a different set of endpoints keyed by country and symbol under a /v1 prefix and describes itself as an internal-only surface under active development. None of the four ticker-keyed endpoints on this page appear in that document, so the Jentic variant is kept as the validated, agent-ready description of the operations this page lists rather than swapped for the vendor document. Get started with Jentic One, the self-hosted execution layer.

What authentication does the Fintel API use?

Fintel uses an API key passed in the `X-API-Key` request header on every call. Through Jentic, the key is held encrypted in the vault and injected at request time so the agent never sees it.

Can I get short interest data with the Fintel API?

Yes. GET /short-interest/{ticker} returns reported short interest, days-to-cover, and stock-loan utilization for any covered US-listed ticker.

What are the rate limits for the Fintel API?

Limits depend on the Fintel subscription tier. The API returns standard 429 responses with retry-after headers, which Jentic surfaces to agents so they can back off and retry automatically.

How do I track insider trading through Jentic?

Search Jentic for 'get insider trading data', load the /insider-trading/{ticker} schema, and execute with the desired ticker. The response is a structured list of Form 4 transactions ready for analysis.

Does Fintel cover non-US tickers?

Coverage focuses on US-listed equities. Some endpoints include ADRs, but for global short interest or insider data, pair Fintel with a broader market-data provider.

Can I limit what my agent is allowed to do with the Fintel API?

Yes. Because you run Jentic One yourself, your own rules decide which of Fintel's four read-only lookups the agent may call. If your agent only needs short interest, you can allow GET /short-interest/{ticker} and leave ownership, insider trading, and options flow out of the allowed set. You control which operations and credentials the agent uses, so it can never reach an endpoint you did not grant.

GET STARTED

Start building with Fintel API

Explore with Jentic One
View OpenAPI Document