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.1.0.tar.gz
(27.1 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.1.0.tar.gz.
File metadata
- Download URL: quantjourney-2.1.0.tar.gz
- Upload date:
- Size: 27.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8d6d7607b05e27a69e677e6e72fba3e45d3c812db7cde429e6cc433843bdfce3
|
|
| MD5 |
b067cc3e10221c777bb28173714969fd
|
|
| BLAKE2b-256 |
a7ba96ce8e4c530bca038fb6af8ea9b80b538cfaf7e7890438ec8b291a092fb4
|
File details
Details for the file quantjourney-2.1.0-py3-none-any.whl.
File metadata
- Download URL: quantjourney-2.1.0-py3-none-any.whl
- Upload date:
- Size: 35.9 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 |
2ae74ce44d0574bbea62ed6574b7cc3cdaf6e940d8db2f9bb99a6db7d35f9971
|
|
| MD5 |
177e9b100fd2d0085c43e5ef0fe636c1
|
|
| BLAKE2b-256 |
972c910078549226dc88ffb9ccdad6b7c40a67e80e6b7adc2d2251561dc14630
|