Skip to main content
Developers
FINANCEGPT DEVELOPERS

Build financial intelligence into your software.

Start with financial intelligence, quant & risk, or finance agents. Build in the free Developer sandbox, prove value quickly, then request governed production access when your integration is ready.

API access to analysis or models does not grant Financial Actions authority.

FinanceGPT DevelopersSandbox · illustrative
POST /v1/financial-analysis { "task": "cash_flow_quality", "company": "example_company", "evidence": ["financial_statements"] }
200 · analysis.readyEvidence linked
Calculation layerQuantitative
Financial Action authorityNone
A QUICK TOUR OF THE DEVELOPER PLATFORM

See the shape of the integration before opening the console.

Choose what you want to build. The demo shows which FinanceGPT layer you would call and what remains explicit underneath the response.

Return analysis with evidence context.

request → evidence resolution → quantitative calculation → grounded explanation
Your application getsResult + provenance + structured output
It does not get implicitlyPayment, trade or transaction authority

Call the quantitative layer for numerical work.

task: scenario_generation model: governed_quantitative_model inputs: observed_financial_state

Use quantitative systems for forecasting, simulation, risk or optimization rather than asking a language model to become the calculator.

Compose tools into a governed finance workflow.

01IntentUnderstand task.
02ToolsCall permitted capabilities.
03EvidenceKeep context reviewable.
04AuthorityRequire explicit controls for action.

Expose FinanceGPT capabilities through MCP without collapsing permissions.

Tool discoveryCapability-specific
Execution boundaryPolicy and workspace scoped
RECOGNITION · PROGRAMMES · ECOSYSTEM · TRUST FinanceGPT Developers
FAQ

Developer platform questions.

What is the FinanceGPT Developers?

FinanceGPT Developers provides APIs, SDKs, MCP, quantitative model tooling, financial agents, integrations and developer infrastructure for building financial applications.

What is an LQM in FinanceGPT?

A Large Quantitative Model is a quantitative modelling capability intended for structured financial and market computation. FinanceGPT separates quantitative computation from free-form language generation and applies model governance around how model outputs are used.

What is a QLM in FinanceGPT?

Quantitative Language Model capabilities combine structured quantitative context with language interfaces so developers can build financial experiences that remain connected to explicit data, model and governance boundaries.

Does API or agent access automatically allow financial execution?

No. Financial Actions remains a separate governed execution boundary subject to permissions, policy, review and authority.

Make your first FinanceGPT call.

Start in the sandbox, inspect the response contract, then move into APIs, models, MCP, agents and governed production workflows.

Official FinanceGPT SDKs

Start with the language you already use.

Install a published FinanceGPT package, add a Sandbox API key, and make your first financially useful request.

Node.js / TypeScript v0.1.0

npm install @financegpt/sdk@0.1.0

Registry · GitHub

Open the quickstart · View API reference

Package installation does not grant production entitlement or Financial Actions authority.

Published packages

Find the FinanceGPT package for your stack.

Every package below is linked to its public registry and source repository, with the exact install command for the published release.

SDKs

Python v0.1.0

Python 3.9+

pip install financegpt==0.1.0

PyPI · GitHub

Node.js / TypeScript v0.1.0

Node.js 18+ / TypeScript

npm install @financegpt/sdk@0.1.0

npm · GitHub

PHP v0.1.0

PHP 8.1+ with cURL

composer require financegpt/sdk:^0.1

Packagist · GitHub

.NET v0.1.0

.NET 8+

dotnet add package FinanceGPT --version 0.1.0

NuGet · GitHub

Java v0.1.0

Java 17+

mvn dependency:get -Dartifact=dev.financegpt:financegpt-sdk:0.1.0

Maven Central · GitHub

Dart / Flutter v0.1.0

Dart 3.3+; Flutter supported

dart pub add financegpt:^0.1.0

pub.dev · GitHub

Framework integrations

Laravel v0.1.0

PHP 8.1+; Laravel 9, 10, 11 or 12

composer require financegpt/laravel:^0.1

Packagist · GitHub

CodeIgniter 4 v0.1.0

PHP 8.1+; CodeIgniter 4.4+

composer require financegpt/codeigniter4:^0.1

Packagist · GitHub

Quickstart · All SDKs · API reference

Start in Sandbox. Installing a package does not grant production entitlement, workspace authority or Financial Actions authority.

SDK lifecycle

Know what is current before you upgrade.

FinanceGPT keeps one compatibility view across the nine public SDK and framework packages. All current packages are aligned to version 0.1.0 and FinanceGPT API v2.

Python 0.1.0

Current · Python 3.9+

python -m pip install --upgrade financegpt

Node.js / TypeScript 0.1.0

Current · Node.js 18+ / TypeScript

npm install @financegpt/sdk@latest

PHP 0.1.0

Current · PHP 8.1+ with cURL

composer update financegpt/sdk

.NET 0.1.0

Current · .NET 8+

dotnet add package FinanceGPT --version 0.1.0

Java 0.1.0

Current · Java 17+

Set dev.financegpt:financegpt-sdk to 0.1.0 in your Maven or Gradle dependency declaration.

Laravel 0.1.0

Current · PHP 8.1+; Laravel 9, 10, 11 or 12

composer update financegpt/laravel

CodeIgniter 4 0.1.0

Current · PHP 8.1+; CodeIgniter 4.4+

composer update financegpt/codeigniter4

Go 0.1.0

Supported · Go 1.21+

go get github.com/financegpt/financegpt-go@v0.1.0

Dart / Flutter 0.1.0

Current · Dart 3.3+; Flutter supported

dart pub add financegpt:^0.1.0

Pre-1.0 policy: patch releases within a 0.x line are expected to remain compatible; a new 0.x minor line may contain breaking changes. Review release notes and validate in Sandbox before upgrading.

Package installation or upgrade does not grant production entitlement, workspace authority or Financial Actions authority.

SDK distribution

Production distribution baseline sealed

Nine FinanceGPT SDK and framework packages are published, documented and governed by the version lifecycle and release-operations baseline.

9public packages
0.1.0current baseline
API v2contract generation
Maintenancepost-PUB6 operating mode