QuantJourney SDK — Python client for api.quantjourney.cloud
Project description
quantjourney
Python SDK for api.quantjourney.cloud — financial data API.
Version 2.3.0 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 CHANGELOG.md for release notes and USAGE.md 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quantjourney-2.3.0.tar.gz.
File metadata
- Download URL: quantjourney-2.3.0.tar.gz
- Upload date:
- Size: 33.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aaa6aa5c08b099dfd82e0e836a2ee506f9200985228d13d34662435248d2bb3b
|
|
| MD5 |
9e090e5ecd792ee23b6a8a00e79cafa9
|
|
| BLAKE2b-256 |
d0e6695d4472fdb0c49e8a42f9afef1e45f90f0fec6bfd67177c9e5622b51f8c
|
File details
Details for the file quantjourney-2.3.0-py3-none-any.whl.
File metadata
- Download URL: quantjourney-2.3.0-py3-none-any.whl
- Upload date:
- Size: 45.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a4e6d1e34a75563a8e797b8e2ed4a2fd1fcbd42dcf265f1a9844fcc29f8fe44
|
|
| MD5 |
e25d2772c38fffa934d537a0f521b2ed
|
|
| BLAKE2b-256 |
cacffb1e06f0aeef4a0cc205ae438ee2cc6d881d1cac3e5b7e2f018be392ebcc
|