Financial Data

Ortex — Short Interest + Cost-to-Borrow + Fails-to-Deliver

premium

Ortex — Short Interest + Cost-to-Borrow + Fails-to-Deliver is an enterprise-grade financial data provider offering Short Interest, Cost to Borrow, Squeeze Detection through Aweb's unified API. It features none streaming support with standard-tier latency.

Try Ortex — Short Interest + Cost-to-Borrow + Fails-to-DeliverOfficial docs

Specifications

CategoryFinancial Data
Auth Typeapi_key
Latency Tierstandard
Streamingnone
Pricing Tierpremium
Reliabilitypremium
Qualitypremium
Base URLhttps://api.ortex.com/api/v1
SDK Package

Capabilities (3)

Short Interestfinance.short-interest
Score: 98DEFAULT
Cost to Borrowfinance.cost-to-borrow
Score: 97DEFAULT
Squeeze Detectionfinance.squeeze-detection
Score: 96DEFAULT

Quick start

Use Ortex — Short Interest + Cost-to-Borrow + Fails-to-Deliver through Aweb's unified API — no provider-specific SDK needed.

cURL

curl -X POST https://api.aweb.studio/v1/execute \
  -H "Authorization: Bearer $AWEB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "provider": "ortex",
    "capability": "finance.short-interest",
    "input": { "prompt": "Hello from Ortex — Short Interest + Cost-to-Borrow + Fails-to-Deliver!" }
  }'

TypeScript

import { Aweb } from '@aweb/core';

const aweb = new Aweb({ apiKey: process.env.AWEB_API_KEY });

const result = await aweb.execute({
  provider: 'ortex',
  capability: 'finance.short-interest',
  input: { prompt: 'Hello from Ortex — Short Interest + Cost-to-Borrow + Fails-to-Deliver!' },
});

console.log(result.output);

Related Financial Data providers

IEX Cloud

standard tier

Alchemy

standard tier

Polygon.io

standard tier

Plaid

premium tier

Moralis

standard tier

QuickNode

standard tier

Getting started →API reference →All capabilities →All providers →