New: unified Python, Go & Rust SDKs — available now in beta.

Overview

Official Forecite SDKs and the CLI.

Call the API directly over HTTP, or use one of the official clients — each wraps authentication, pagination, and the WebSocket feed so you can focus on signals.

Available libraries

LanguagePackageStatus
TypeScript / Node@forecite/sdkStable
PythonforeciteBeta
RustforeciteBeta
Gogithub.com/forecite/forecite-goBeta

Beta

The unified Python, Go, and Rust SDKs are in beta — APIs may change before general availability.

Authentication

Every SDK reads your key from the FORECITE_API_KEY environment variable by default:

export FORECITE_API_KEY=fc_live_your_key_here

See Authentication for how keys work, then pick your language from the sidebar.

On this page