QuantJourney SDK — Python client for api.quantjourney.cloud
Project description
quantjourney
Python SDK for api.quantjourney.cloud — financial data API.
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.
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
quantjourney-2.2.0.tar.gz
(28.9 kB
view details)
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.2.0.tar.gz.
File metadata
- Download URL: quantjourney-2.2.0.tar.gz
- Upload date:
- Size: 28.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ecee9f4a0bb5c0bfd9eec8843798a48bcb9843b6649e85c00e6ac2023aa9c05
|
|
| MD5 |
95b597427bdb5d229ac3da4be8aaf1c6
|
|
| BLAKE2b-256 |
1d01948fd482d2b9ad1bfab872cbe83cb85ddb94c91bb6498a7fffca49bdbb43
|
File details
Details for the file quantjourney-2.2.0-py3-none-any.whl.
File metadata
- Download URL: quantjourney-2.2.0-py3-none-any.whl
- Upload date:
- Size: 37.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b3d1592ef079ca9bacd95186fc6dade674c293f7d36215988d0d061e9dcef0c
|
|
| MD5 |
739922b3041875a7070a41397a8a0067
|
|
| BLAKE2b-256 |
19df382f2fe2815239c57f0a13e87882633e8da674d1da07c795aed71556c565
|