Skip to main content

QuantJourney SDK — Python client for api.quantjourney.cloud

Project description

quantjourney

Python SDK for api.quantjourney.cloud — financial data API.

Version 2.3.1 syncs the public SDK with the current live API surface and expands public connector coverage across macro, central-bank, government, and alternative data endpoints.

Install

pip install quantjourney

Quick Start

With API key

from quantjourney.sdk import QuantJourneyAPI

qj = QuantJourneyAPI(token="your-api-key")
prices = qj.fmp.get_historical_prices(symbol="AAPL")

With email / password

from quantjourney.sdk import QuantJourneyAPI

qj = QuantJourneyAPI()
qj.auth.login(email="you@example.com", password="...")
prices = qj.fmp.get_historical_prices(symbol="AAPL")

User Portal

Manage your account at users.quantjourney.cloud:

  • API Keys — generate and manage API keys for SDK access
  • Data Sources — add your own keys for premium connectors (FMP, EOD, Tiingo, …)
  • AI Models — add your OpenAI / Anthropic / Google AI keys for Copilot

Free connectors (FRED, SEC, OECD, World Bank, …) work without additional configuration.

Connector Coverage

The public SDK now exposes connector clients including:

  • Market data: fmp, eod, yf, tiingo, finnhub, coingecko
  • Macro / public data: fred, bea, bls, census, eia, usda, worldbank, oecd, dbnomics, imf
  • Rates / central banks: treasury, ecb, boc, rba, snb, eurostat
  • Regulatory / reference: sec, openfigi, finra, cftc, multpl

Connector availability still depends on your plan and configured provider secrets where applicable.

See the Changelog for release notes and Usage Guide for additional examples.

Migration from 1.x

# Before (1.x):
from quantjourney_sdk import QuantJourneyAPI

# After (2.0):
from quantjourney.sdk import QuantJourneyAPI

Links

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quantjourney-2.3.1.tar.gz (33.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quantjourney-2.3.1-py3-none-any.whl (45.7 kB view details)

Uploaded Python 3

File details

Details for the file quantjourney-2.3.1.tar.gz.

File metadata

  • Download URL: quantjourney-2.3.1.tar.gz
  • Upload date:
  • Size: 33.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for quantjourney-2.3.1.tar.gz
Algorithm Hash digest
SHA256 e37b60de69bbc4d352c3b943d3d5229f2ccf61b7bd1027da6e4d1c3ef8199b7b
MD5 341ae8e3644b9a0a2612585699b83d18
BLAKE2b-256 e3cddf20f0c797b43441ffd9b283b6702add642cdef97776678714158f9b7370

See more details on using hashes here.

File details

Details for the file quantjourney-2.3.1-py3-none-any.whl.

File metadata

  • Download URL: quantjourney-2.3.1-py3-none-any.whl
  • Upload date:
  • Size: 45.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for quantjourney-2.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b992ec0f53962d4b819318bb9d40a754975b3a683caf700e63da9d44528fc7ba
MD5 3b3830110e820bdb4aec2e3153f339d0
BLAKE2b-256 4be00f1a87c3579e20e05c4794470d6e57dfef5dcef06d8807bb829b0d4d8dd5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page