PUBLIC DATA INFRASTRUCTURE

GTIXT Data Access Center

Versioned snapshots β€’ Immutable digests β€’ Public integrity verification β€’ RESTful API access

Latest Snapshot

Current benchmark version with SHA-256 verification

Loading snapshot data...

Data Access Methods

Multiple ways to access the GTIXT benchmark

πŸ“₯

Direct Download

Download JSON snapshots directly from MinIO storage with complete firm data and scoring details.

Download Latest β†’
βš™οΈ

REST API

Integrate with our RESTful endpoints for real-time access to snapshots, firm data, and rankings.

API Reference β†’
πŸ“Š

Dashboard

Explore firm rankings, scores, and institutional analysis through our interactive dashboard.

View Rankings β†’

Integrity & Verification

Verify snapshot authenticity and immutability

πŸ” SHA-256 Verification

Every snapshot includes an immutable SHA-256 digest. Verify file integrity by comparing the digest with published values.

πŸ“ Immutable Snapshots

All snapshots are versioned and immutable. Once published, they remain unchanged forever. Full audit trail available.

βœ… Evidence Excerpts

Each firm score includes excerpts from FCA registry, Trustpilot, and public sources for complete transparency.

API Reference

RESTful endpoints for programmatic access

GET/api/firms/?limit=200

Fetch all firms with latest scores and metadata.

GET/api/firm?name=FTMO%20Limited

Get comprehensive details for a specific firm by name.

GET/api/snapshots?limit=1

Get snapshot metadata with digest and creation timestamp.

Code Examples

Integrate GTIXT API in your application

cURL

# Get all firms
curl https://gtixt.com/api/firms/?limit=200

# Get specific firm
curl https://gtixt.com/api/firm?name=FTMO%20Limited