Skip to main content

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


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.0.0.tar.gz (26.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.0.0-py3-none-any.whl (35.4 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for quantjourney-2.0.0.tar.gz
Algorithm Hash digest
SHA256 ff08296b034b7085bc4fc2bc1ee0647dd286e81509d6fc150dac6564b032a0a2
MD5 518806e84468c15685afe730be60d8cd
BLAKE2b-256 be52bd68cb6347282e460f62e774a7c178cea2d629785f4d734ba15f7224275f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for quantjourney-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a9e6b598c29eca07558a7688529a7afdafe2f7b7a068e216eb0988365014e563
MD5 98e69c096bf5ead48cf684249147fe37
BLAKE2b-256 627e53f38f2cf88fc14cbef93d70941ec1d1462b8d4557ca4a01fae65ad73e4e

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