Get Started in 3 Steps
From signup to your first API call in under 5 minutes
GET YOUR API KEY
Sign up for a free account and instantly receive your API key. No credit card required.
AXION_API_KEY=axn_...INSTALL THE SDK
Install our client library in your preferred language with a single command.
pip install axionquant-sdkMAKE YOUR FIRST CALL
Fetch real-time stock data with just a few lines of code.
from axion import Axion
client = Axion("AXION_API_KEY")
quote = client.get_stock_prices('AAPL')




















