Skip to main content
FinanceGPT Developer Platform

Build finance software on governed primitives.

Use one developer surface for financial data, quantitative models, LQMs, QLMs, workflows, agents, MCP and governed Financial Actions.

Published products
73
Current filtered catalog
API scopes
73
Explicit least-privilege permissions
Sandbox
Isolated
No production workspace data
Protocols
API v2 + MCP
One governed developer surface

Choose a FinanceGPT primitive

Start from the capability boundary, then grant only the scopes your application needs.
Machine-readable manifest

From zero to first governed call

A consistent path from discovery to production readiness.
Open full quickstart
1 · Discover
Choose the smallest FinanceGPT primitive

Start from the capability you need, then open its API reference and required scope.

2 · Authenticate
Create and operate a sandbox application

Issue a least-privilege API key or OAuth service credential, then rotate or revoke it from the integrations console.

3 · Call
Make one governed API v2 request

Send a bearer credential, explicit JSON accept header and only the scopes required by the operation.

4 · Test
Validate the contract before scaling

Run bounded deterministic sandbox suites, inspect contract-change evidence and resolve readiness gaps before production.

5 · Observe
Inspect usage, latency and failures before scaling

Use workspace-scoped request evidence, generated client starters and SDK contract fingerprints to validate the integration.

6 · Deliver
Pin the contract and prepare production evidence

Use the compatibility policy, contract lock and CI checks to detect drift, then export evidence for human production review.

7 · Scale
Promote the application, not its authority

Production access, model promotion and Financial Actions remain separately entitled and governed.

8 · Operate
Carry evidence into support and certification

Open evidence-linked support cases and submit eligible integrations for explicit human certification review without exposing credentials or creating authority.

Explore the complete API contract

The API Reference is generated from the published OpenAPI contract and covers every API v2 operation, not only curated product cards.
Browse API reference

Filter by capability, HTTP method or required scope, open request and response metadata, and generate copy-ready cURL, JavaScript, Python and PHP requests without exposing credentials to the documentation surface.

API & model catalog

FinanceGPT-owned capabilities and platform-reviewed publisher products.
73 products
ProductCategoryOwnerEndpointStabilityAction
FinanceGPT MCP Server
Connect AI agents to the governed FinanceGPT tool surface using stateless MCP 2026-07-28.
Agentic Finance FinanceGPT POST /api/mcp Stable Open
QLM Profile Catalogue
Discover active governed Quantitative Language Model profiles available to the authenticated workspace.
AI & Generative Models FinanceGPT GET /api/v2/qlms Stable Open
Verified API & Model Marketplace
Discover verified third-party APIs, models and datasets distributed through the FinanceGPT marketplace gateway.
Platform FinanceGPT GET /api/v2/marketplace/listings Stable Open
Agent Tool Catalog
Discover FinanceGPT MCP tools, required scopes and the current credential grant state.
Agentic Finance FinanceGPT GET /api/v2/agents/tools Stable Open
Invoke Governed QLM
Invoke an active FinanceGPT QLM with optional governed quantitative model runs.
AI & Generative Models FinanceGPT POST /api/v2/qlms/{uid}/invoke Stable Open
Institutional Cloud Posture
Read the workspace compute class, region policy, contractual data grants, usage and deployment-truth posture.
Infrastructure FinanceGPT GET /api/v2/infrastructure/posture Stable Open
Financial Statements & Snapshots
Read normalized accounting snapshots from governed connected-data sources.
Financial Data FinanceGPT GET /api/v2/financial/snapshots Stable Open
Normalized Financial Transactions
Read normalized accounting and bank transactions with pagination and provenance.
Financial Data FinanceGPT GET /api/v2/financial/transactions Stable Open
Securities Master
Search canonical instruments across provider identifier mappings.
Reference Data FinanceGPT GET /api/v2/data/instruments Stable Open
Market Price History
Retrieve normalized licensed price bars for a canonical instrument.
Market Data FinanceGPT GET /api/v2/data/instruments/{uid}/prices Stable Open
Standardized Fundamentals
Retrieve normalized company fundamental facts with reporting dates and provenance.
Fundamentals FinanceGPT GET /api/v2/data/instruments/{uid}/fundamentals Stable Open
Economic Series Catalogue
Discover licensed economic and macroeconomic time series.
Economic Data FinanceGPT GET /api/v2/data/economics/series Stable Open
Financial Forecasting
Generate and retrieve explainable, backtested FinanceGPT forecasts.
Planning FinanceGPT POST /api/v2/planning/forecasts Stable Open
Governed Workflow Library
Discover M28 workflow recipes with inputs, outputs, risk class and measurement profiles.
Finance Operations FinanceGPT GET /api/v2/workflows/library Stable Open
Install Workflow Recipe
Install a governed workflow recipe into the authenticated workspace as an M6 workflow template.
Finance Operations FinanceGPT POST /api/v2/workflows/library/{key}/install Stable Open
Workflow Proof of Value
Read workspace proof-of-value programmes and evidence-backed outcome metrics.
Finance Operations FinanceGPT GET /api/v2/workflows/proof-of-value Stable Open
Portfolio Risk Analytics
Access EquityGPT professional portfolio risk metrics and benchmark-relative analytics.
Investment Analytics FinanceGPT GET /api/v2/investment/risk Stable Open
Company 360 Evidence
Read workspace-scoped company, valuation and ESG evidence with source and verification metadata.
Investment Analytics FinanceGPT GET /api/v2/investment/companies/{symbol} Stable Open
Quant Portfolio Construction
Run deterministic long-only portfolio construction across minimum variance, risk parity and mean-variance candidates.
Investment Analytics FinanceGPT POST /api/v2/investment/portfolios/{portfolio}/construct Stable Open
Portfolio Scenario Lab
Run deterministic price and verified-sensitivity factor shocks against a governed portfolio.
Investment Analytics FinanceGPT POST /api/v2/investment/portfolios/{portfolio}/scenarios Stable Open
Tax-Loss Harvest Proposal
Generate a proposal from verified tax lots and provider-backed prices without placing replacement trades.
Investment Analytics FinanceGPT POST /api/v2/investment/portfolios/{portfolio}/tax-harvest Stable Open
Privacy-Safe Peer Benchmarking
Read published peer percentiles from consenting, threshold-protected cohorts.
Benchmarking FinanceGPT GET /api/v2/benchmarking/comparisons Stable Open
Embedded Finance Intelligence
Retrieve a compact cross-domain FinanceGPT intelligence summary for embedded products.
Embedded Intelligence FinanceGPT GET /api/v2/intelligence/summary Stable Open
Financial Anomaly Model
Run the approved FinanceGPT financial anomaly autoencoder against workspace-derived features.
AI & Generative Models FinanceGPT POST /api/v2/ml/anomaly Stable Open
Generative Financial Scenarios
Generate reproducible governed financial stress scenarios from an approved FinanceGPT VAE.
AI & Generative Models FinanceGPT POST /api/v2/ml/scenarios Stable Open
Financial Feature Store
Discover governed point-in-time financial features with methodology and source requirements.
Quant Research FinanceGPT GET /api/v2/quant/features Stable Open
Point-in-Time Feature Values
Retrieve API-releasable feature values for a canonical FinanceGPT instrument.
Quant Research FinanceGPT GET /api/v2/quant/features/{key}/values Stable Open
Research Snapshot Generator
Generate a sealed point-in-time feature matrix for a governed project universe.
Quant Research FinanceGPT POST /api/v2/quant/research/snapshots Stable Open
Research Snapshot Data
Retrieve a sealed research snapshot and its point-in-time feature matrix.
Quant Research FinanceGPT GET /api/v2/quant/research/snapshots/{uid} Stable Open
Research Experiment Runner
Run a governed feature-quality experiment against a sealed research snapshot.
Quant Research FinanceGPT POST /api/v2/quant/research/runs Stable Open
Quantitative Model Registry
Discover validated deterministic FinanceGPT quantitative models across valuation, portfolio, risk, fixed income, derivatives, performance, forecasting, econometrics, volatility and factor analytics.
Quant Models FinanceGPT GET /api/v2/quant/models Stable Open
Quantitative Model Execution
Execute a validated deterministic FinanceGPT quantitative model with supplied inputs.
Quant Models FinanceGPT POST /api/v2/quant/models/{key}/run Stable Open
Forecasting & Econometrics Model Suite
Discover FinanceGPT forecasting, econometrics, volatility, factor and statistical-risk models.
Quant Models FinanceGPT GET /api/v2/quant/statistical-models Stable Open
Run Forecast Model Tournament
Backtest approved forecasting models on a holdout tail, rank by error, and refit the winner for the requested forward horizon.
Quant Models FinanceGPT POST /api/v2/quant/model-tournaments Stable Open
Generative Financial Model Registry
Discover approved FinanceGPT generative financial models, model cards, algorithms and evaluation evidence.
AI & Generative Models FinanceGPT GET /api/v2/generative/models Stable Open
Conditional Financial Scenarios
Generate reproducible financial feature scenarios conditioned on contraction, neutral or expansion regimes.
AI & Generative Models FinanceGPT POST /api/v2/generative/scenarios Stable Open
Generative Financial Paths
Generate seeded multi-period synthetic financial stress paths from an approved time-series VAE.
AI & Generative Models FinanceGPT POST /api/v2/generative/paths Stable Open
Quant Compute Jobs
List workspace backtest, simulation and optimization jobs with durable status and result hashes.
Quant Compute FinanceGPT GET /api/v2/quant/compute/jobs Stable Open
Backtesting Cloud
Queue a governed historical strategy backtest and poll the durable compute job for results.
Quant Compute FinanceGPT POST /api/v2/quant/compute/backtests Stable Open
Monte Carlo Simulation Cloud
Queue seeded bootstrap or Gaussian Monte Carlo simulations with percentile paths and terminal-risk metrics.
Quant Compute FinanceGPT POST /api/v2/quant/compute/simulations Stable Open
Model Optimization Cloud
Queue a bounded parameter sweep against an approved FinanceGPT quantitative model and objective.
Quant Compute FinanceGPT POST /api/v2/quant/compute/optimizations Stable Open
Workspace Profile
Resolve the authenticated FinanceGPT workspace and API environment.
Platform FinanceGPT GET /api/v2/workspace Stable Open
QLM Profile
Read one active QLM profile, its language runtime, quantitative grants and governance boundary.
AI & Generative Models FinanceGPT GET /api/v2/qlms/{uid} Stable Open
Agent Invocation History
Read hash-only MCP tool invocation audit metadata for the authenticated agent credential.
Agentic Finance FinanceGPT GET /api/v2/agents/invocations Stable Open
Evaluate QLM Governance
Run the deterministic governance-readiness evaluation for a QLM profile version.
AI & Generative Models FinanceGPT POST /api/v2/qlms/{uid}/evaluate Stable Open
QLM Version History
Read immutable QLM version numbers and sealed configuration hashes.
AI & Generative Models FinanceGPT GET /api/v2/qlms/{uid}/versions Stable Open
Compute Service Classes
Discover FinanceGPT compute service classes, concurrency, runtime, GPU eligibility and service-target metadata.
Infrastructure FinanceGPT GET /api/v2/infrastructure/service-classes Stable Open
Compute Regions
Discover configured FinanceGPT execution regions and their explicit deployment and health state.
Infrastructure FinanceGPT GET /api/v2/infrastructure/regions Stable Open
Institutional Compute Usage
Read 30-day compute units, queue/compute latency, estimated cost telemetry and region distribution.
Infrastructure FinanceGPT GET /api/v2/infrastructure/usage Stable Open
Create Lineage Export
Create a SHA-256 sealed lineage manifest for workspace compute, quantitative model or ML inference evidence.
Infrastructure FinanceGPT POST /api/v2/infrastructure/lineage-exports Stable Open
Lineage Export Manifest
Retrieve a sealed FinanceGPT lineage manifest by export UID.
Infrastructure FinanceGPT GET /api/v2/infrastructure/lineage-exports/{uid} Stable Open
Workspace Data Entitlements
Read workspace-specific contractual data-use overlays by dataset, environment and region.
Infrastructure FinanceGPT GET /api/v2/infrastructure/data-entitlements Stable Open
Financial Data Dataset Catalogue
Discover FinanceGPT datasets that are currently licensed for API redistribution.
Reference Data FinanceGPT GET /api/v2/data/datasets Stable Open
Instrument Profile & Identifiers
Resolve a canonical instrument with issuer, venue and licensed identifiers.
Reference Data FinanceGPT GET /api/v2/data/instruments/{uid} Stable Open
Forecast History
Read governed FinanceGPT forecast revisions and their backtest/evaluation metadata.
Planning FinanceGPT GET /api/v2/planning/forecasts Stable Open
Corporate Actions
Retrieve licensed dividends, splits and other normalized corporate actions.
Market Data FinanceGPT GET /api/v2/data/instruments/{uid}/corporate-actions Stable Open
Economic Series Profile
Resolve one canonical economic series and its provider provenance.
Economic Data FinanceGPT GET /api/v2/data/economics/series/{key} Stable Open
Economic Observations & Vintages
Retrieve economic observations with vintages for look-ahead-safe research.
Economic Data FinanceGPT GET /api/v2/data/economics/series/{key}/observations Stable Open
Finance Workflow Runs
Read governed recurring finance workflow and reporting-pack status.
Finance Operations FinanceGPT GET /api/v2/workflows/runs Stable Open
Create Proof of Value
Create a governed 7-90 day proof-of-value programme around selected workflow recipes.
Finance Operations FinanceGPT POST /api/v2/workflows/proof-of-value Stable Open
Verified Portfolio Tax Lots
Read source-referenced tax lots available to governed tax-aware portfolio analysis.
Investment Analytics FinanceGPT GET /api/v2/investment/portfolios/{portfolio}/tax-lots Stable Open
Approved Investment Reports
Read approval-gated investment reporting evidence.
Investment Analytics FinanceGPT GET /api/v2/investment/reports Stable Open
FinanceGPT Model Registry
Discover approved active FinanceGPT quantitative and generative model versions.
AI & Generative Models FinanceGPT GET /api/v2/ml/models Stable Open
Feature Definition
Resolve one governed financial feature definition.
Quant Research FinanceGPT GET /api/v2/quant/features/{key} Stable Open
Quant Research Projects
Read workspace-scoped quantitative research projects and their governed feature sets.
Quant Research FinanceGPT GET /api/v2/quant/projects Stable Open
Quantitative Model Card
Resolve one FinanceGPT quantitative model, version, methodology, schemas and validation evidence.
Quant Models FinanceGPT GET /api/v2/quant/models/{key} Stable Open
Quantitative Model Run History
Read workspace-scoped quantitative model execution history, hashes and model versions.
Quant Models FinanceGPT GET /api/v2/quant/model-runs Stable Open
Forecast Model Tournaments
List workspace forecast-model tournaments and their holdout evaluation evidence.
Quant Models FinanceGPT GET /api/v2/quant/model-tournaments Stable Open
Forecast Model Tournament Result
Retrieve one governed forecast model tournament, candidate errors and selected forward forecast.
Quant Models FinanceGPT GET /api/v2/quant/model-tournaments/{uid} Stable Open
Generative Model Run History
Read workspace-scoped generative inference history, seeds, conditions, model versions and reproducibility hashes.
AI & Generative Models FinanceGPT GET /api/v2/generative/runs Stable Open
Generative Model Run Result
Retrieve one reproducible generative scenario or financial path run.
AI & Generative Models FinanceGPT GET /api/v2/generative/runs/{uid} Stable Open
Quant Compute Job Result
Retrieve one workspace-scoped compute job and its governed result payload.
Quant Compute FinanceGPT GET /api/v2/quant/compute/jobs/{uid} Stable Open
Cancel Quant Compute Job
Cancel a queued compute job before processing begins.
Quant Compute FinanceGPT POST /api/v2/quant/compute/jobs/{uid}/cancel Stable Open

Developer plans

Sandbox-first evaluation with governed production scale.
View plan details
ExplorerImmediate sandbox access for evaluation and prototyping. No production workspace data.
PriceFree
Rate30/min
Monthly10,000
ProductionNo
BuilderProduction APIs for early-stage fintech products and internal applications. Activation requires a paid FinanceGPT commercial entitlement.
Price$99/mo
Rate120/min
Monthly100,000
ProductionEligible
ScaleHigher-throughput production access, team applications and model inference workloads.
Price$499/mo
Rate300/min
Monthly1,000,000
ProductionEligible
InstitutionalContracted API capacity, procurement support, private model/data entitlements and enterprise service levels.
PriceCustom
Rate600/min
Monthly10,000,000
ProductionEligible