/etfs/list/marketRetrieves all unique market values available in the etfs universe. Filter by market region (e.g., "america", "europe").
Examples:
https://api.axionquant.com/etfs/list/marketList by Market
Request
1from axion import Axion
2client = Axion(api_key='axn_123')
3
4values = client.etfs.list('market')
5print(values)Response
[
"america",
"australia",
"canada",
"china",
"germany",
"hongkong",
"india",
"japan",
"korea",
"ksa",
"mexico",
"singapore",
"uk"
]/etfs/list/countryRetrieves all unique country values available in the etfs universe. Filter by country name or code.
Examples:
https://api.axionquant.com/etfs/list/countryList by Country
Request
1from axion import Axion
2client = Axion(api_key='axn_123')
3
4values = client.etfs.list('country')
5print(values)Response
[
"Aland Islands",
"Anguilla",
"Argentina",
"Australia",
"Austria",
"Azerbaijan",
"Bahamas",
"Bahrain",
"Bangladesh",
"Barbados",
"Belgium",
"Bermuda",
"Brazil",
"British Virgin Islands",
"Bulgaria",
"Cambodia",
"Cameroon",
"Canada",
"Cayman Islands",
"Chile",
"China",
"Colombia",
"Cyprus",
"Czech Republic",
"Denmark",
"Dominican Republic",
"Egypt",
"El Salvador",
"Estonia",
"Faroe Islands",
"Finland",
"France",
"Gabon",
"Germany",
"Gibraltar",
"Greece",
"Hong Kong",
"Hungary",
"Iceland",
"India",
"Indonesia",
"Ireland",
"Israel",
"Italy",
"Japan",
"Jordan",
"Kazakhstan",
"Kenya",
"La Reunion",
"Liberia",
"Liechtenstein",
"Lithuania",
"Luxembourg",
"Macau",
"Macedonia",
"Malaysia",
"Malta",
"Mauritius",
"Mexico",
"Monaco",
"Mongolia",
"Morocco",
"Mozambique",
"Netherlands",
"New Zealand",
"Nigeria",
"Norway",
"Oman",
"Pakistan",
"Panama",
"Papua New Guinea",
"Peru",
"Philippines",
"Poland",
"Portugal",
"Puerto Rico",
"Qatar",
"Romania",
"Russian Federation",
"Saudi Arabia",
"Singapore",
"Slovenia",
"South Africa",
"South Korea",
"Spain",
"Sweden",
"Switzerland",
"Taiwan",
"Tanzania",
"Thailand",
"Turkey",
"Ukraine",
"United Arab Emirates",
"United Kingdom",
"United States",
"Uruguay",
"Uzbekistan",
"Vietnam",
"Zambia",
]/etfs/list/currencyRetrieves all unique currency values available in the etfs universe. Filter by trading currency.
Examples:
https://api.axionquant.com/etfs/list/currencyList by Currency
Request
1from axion import Axion
2client = Axion(api_key='axn_123')
3
4values = client.etfs.list('currency')
5print(values)Response
[
"AUD",
"CAD",
"CHF",
"CNY",
"DKK",
"EUR",
"GBP",
"GBX",
"HKD",
"HUF",
"INR",
"JPY",
"KRW",
"MXN",
"NOK",
"NZD",
"PLN",
"SAR",
"SEK",
"SGD",
"USD"
]/etfs/list/sectorRetrieves all unique sector values available in the etfs universe. Filter by sector classification.
Examples:
https://api.axionquant.com/etfs/list/sectorList by Sector
Request
1from axion import Axion
2client = Axion(api_key='axn_123')
3
4values = client.etfs.list('sector')
5print(values)Response
[
"Commercial Services",
"Communications",
"Consumer Durables",
"Consumer Non-Durables",
"Consumer Services",
"Distribution Services",
"Electronic Technology",
"Energy Minerals",
"Finance",
"Government",
"Health Services",
"Health Technology",
"Industrial Services",
"Miscellaneous",
"N/A",
"Non-Energy Minerals",
"Process Industries",
"Producer Manufacturing",
"Retail Trade",
"Technology Services",
"Transportation",
"Utilities"
]/etfs/list/industryRetrieves all unique industry values available in the etfs universe. Filter by industry classification.
Examples:
https://api.axionquant.com/etfs/list/industryList by Industry
Request
1from axion import Axion
2client = Axion(api_key='axn_123')
3
4values = client.etfs.list('industry')
5print(values)Response
[
"Advertising/Marketing Services",
"Aerospace & Defense",
"Agricultural Commodities/Milling",
"Air Freight/Couriers",
"Airlines",
"Alternative Power Generation",
"Aluminum",
"Apparel/Footwear",
"Apparel/Footwear Retail",
"Auto Parts: OEM",
"Automotive Aftermarket",
"Beverages: Alcoholic",
"Beverages: Non-Alcoholic",
"Biotechnology",
"Broadcasting",
"Building Products",
"Cable/Satellite TV",
"Casinos/Gaming",
"Catalog/Specialty Distribution",
"Chemicals: Agricultural",
"Chemicals: Major Diversified",
"Chemicals: Specialty",
"Coal",
"Commercial Printing/Forms",
"Computer Communications",
"Computer Peripherals",
"Computer Processing Hardware",
"Construction Materials",
"Consumer Sundries",
"Containers/Packaging",
"Contract Drilling",
"Data Processing Services",
"Department Stores",
"Discount Stores",
"Drugstore Chains",
"Electric Utilities",
"Electrical Products",
"Electronic Components",
"Electronic Equipment/Instruments",
"Electronic Production Equipment",
"Electronics Distributors",
"Electronics/Appliance Stores",
"Electronics/Appliances",
"Engineering & Construction",
"Environmental Services",
"Finance/Rental/Leasing",
"Financial Conglomerates",
"Financial Publishing/Services",
"Food Distributors",
"Food Retail",
"Food: Major Diversified",
"Food: Meat/Fish/Dairy",
"Food: Specialty/Candy",
"Forest Products",
"Gas Distributors",
"General Government",
"Home Furnishings",
"Home Improvement Chains",
"Homebuilding",
"Hospital/Nursing Management",
"Hotels/Resorts/Cruise lines",
"Household/Personal Care",
"Industrial Conglomerates",
"Industrial Machinery",
"Industrial Specialties",
"Information Technology Services",
"Insurance Brokers/Services",
"Integrated Oil",
"Internet Retail",
"Internet Software/Services",
"Investment Banks/Brokers",
"Investment Managers",
"Investment Trusts/Mutual Funds",
"Life/Health Insurance",
"Major Banks",
"Major Telecommunications",
"Managed Health Care",
"Marine Shipping",
"Media Conglomerates",
"Medical Distributors",
"Medical Specialties",
"Medical/Nursing Services",
"Metal Fabrication",
"Miscellaneous",
"Miscellaneous Commercial Services",
"Miscellaneous Manufacturing",
"Motor Vehicles",
"Movies/Entertainment",
"Multi-Line Insurance",
"N/A",
"Office Equipment/Supplies",
"Oil & Gas Pipelines",
"Oil & Gas Production",
"Oil Refining/Marketing",
"Oilfield Services/Equipment",
"Other Consumer Services",
"Other Consumer Specialties",
"Other Metals/Minerals",
"Other Transportation",
"Packaged Software",
"Personnel Services",
"Pharmaceuticals: Generic",
"Pharmaceuticals: Major",
"Pharmaceuticals: Other",
"Precious Metals",
"Property/Casualty Insurance",
"Publishing: Books/Magazines",
"Publishing: Newspapers",
"Pulp & Paper",
"Railroads",
"Real Estate Development",
"Real Estate Investment Trusts",
"Recreational Products",
"Regional Banks",
"Restaurants",
"Savings Banks",
"Semiconductors",
"Services to the Health Industry",
"Sovereign",
"Specialty Insurance",
"Specialty Stores",
"Specialty Telecommunications",
"Steel",
"Telecommunications Equipment",
"Textiles",
"Tobacco",
"Tools & Hardware",
"Trucking",
"Trucks/Construction/Farm Machinery",
"Water Utilities",
"Wholesale Distributors",
"Wireless Telecommunications"
]/etfs/list/typeRetrieves all unique type values available in the etfs universe. Filter by security type.
Examples:
https://api.axionquant.com/etfs/list/typeList by Type
Request
1from axion import Axion
2client = Axion(api_key='axn_123')
3
4values = client.etfs.list('type')
5print(values)Response
[
"closedend fund",
"common stock",
"dr",
"etf fund",
"mutual fund",
"preferred stock",
"reit fund",
"structured",
"unit fund"
]/etfs/list/exchangeRetrieves all unique exchange values available in the etfs universe. Filter by exchange code.
Examples:
https://api.axionquant.com/etfs/list/exchangeList by Exchange
Request
1from axion import Axion
2client = Axion(api_key='axn_123')
3
4values = client.etfs.list('exchange')
5print(values)Response
[
"AMEX",
"AQUIS",
"ASX",
"BIVA",
"BMV",
"BSE",
"CBOE",
"CSE",
"DUS",
"FSE",
"FWB",
"HAM",
"HAN",
"HKEX",
"KRX",
"LSE",
"LSIN",
"MUN",
"NAG",
"NASDAQ",
"NEO",
"NSE",
"NYSE",
"OTC",
"SAPSE",
"SGX",
"SSE",
"SWB",
"SZSE",
"TADAWUL",
"TSE",
"TSX",
"TSXV",
"XETR"
]Crypto API
The Crypto API provides comprehensive cryptocurrency market data including ticker information and historical price data. This API supports multiple time frame aggregations and is essential for cryptocurrency analysis, trading strategies, and portfolio management.
/crypto/tickersRetrieves a comprehensive list of all available cryptocurrency tickers. This endpoint supports optional filtering by cryptocurrency type and returns essential metadata for each cryptocurrency including its full name and classification.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| type | string | Optional | Filter tickers by cryptocurrency type. Valid values: spotfuturesperpetual |
Examples:
https://api.axionquant.com/crypto/tickershttps://api.axionquant.com/crypto/tickers?exchange=COINBASEResponse Fields
id number
Unique identifier for the cryptocurrency
ticker string
Ticker symbol (e.g., "BTC", "ETH")
name string
Full name of the cryptocurrency
type string
Type classification (spot, futures, perpetual)
category string
Category classification (e.g., cryptocurrencies, smart contract platforms, stablecoins)
All Tickers
Request
1from axion import Axion
2client = Axion(api_key='axn_123')
3
4tickers = client.crypto.tickers(type='spot')
5print(tickers)Response
[
{
"id": 1,
"ticker": "BTC",
"name": "Bitcoin",
"type": "spot",
"category": "cryptocurrencies"
},
{
"id": 2,
"ticker": "ETH",
"name": "Ethereum",
"type": "spot",
"category": "smart contract platforms"
},
{
"id": 3,
"ticker": "USDT",
"name": "Tether USDt",
"type": "spot",
"category": "stablecoins"
},
{
"id": 4,
"ticker": "BNB",
"name": "BNB",
"type": "spot",
"category": "smart contract platforms"
},
{
"id": 5,
"ticker": "USDC",
"name": "USDC",
"type": "spot",
"category": "stablecoins"
}
]/crypto/gainersRetrieves the top gaining cryptocurrencies over a specified lookback period. Returns ticker symbols with their percentage change, sorted from highest gainer to lowest. Useful for identifying momentum in the crypto market.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| days | integer | Optional | Lookback period in days (default: 5) |
| limit | integer | Optional | Maximum number of results to return (default: 10) |
Examples:
https://api.axionquant.com/crypto/gainershttps://api.axionquant.com/crypto/gainers?days=30&limit=20Response Fields
ticker string
Cryptocurrency ticker symbol
pctchange number
Percentage change over the lookback period
Crypto Gainers
Request
1from axion import Axion
2client = Axion(api_key='axn_123')
3
4gainers = client.crypto.gainers(days=5, limit=10)
5print(gainers)Response
[
{
"ticker": "VANA",
"pctchange": 24077102.262329
},
{
"ticker": "LUNA",
"pctchange": 29965.2941892873
},
{
"ticker": "SPACE",
"pctchange": 27397.3324788449
}
]/crypto/losersRetrieves the top losing cryptocurrencies over a specified lookback period. Returns ticker symbols with their percentage change, sorted from most negative to least negative. Useful for identifying weakness in the crypto market.
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| days | integer | Optional | Lookback period in days (default: 5) |
| limit | integer | Optional | Maximum number of results to return (default: 10) |
Examples:
https://api.axionquant.com/crypto/losershttps://api.axionquant.com/crypto/losers?days=30&limit=20Response Fields
ticker string
Cryptocurrency ticker symbol
pctchange number
Percentage change over the lookback period
Crypto Losers
Request
1from axion import Axion
2client = Axion(api_key='axn_123')
3
4losers = client.crypto.losers(days=5, limit=10)
5print(losers)Response
[
{
"ticker": "ZYPTO",
"pctchange": -100
},
{
"ticker": "3ULL",
"pctchange": -82.1428578389002
},
{
"ticker": "ARCA",
"pctchange": -82.0354057891293
}
]/crypto/:ticker/quoteRetrieves a comprehensive quote for a specific cryptocurrency ticker. Returns the latest OHLC values, exponential moving averages (EMA30, EMA60, EMA90, EMA120), 52-week range statistics, year-to-date performance, and volume data for comprehensive market analysis.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| ticker | string | Required | Cryptocurrency ticker symbol (e.g., "BTC", "ETH", "SOL") |
Examples:
https://api.axionquant.com/crypto/BTC/quotehttps://api.axionquant.com/crypto/ETH/quoteResponse Fields
latestClose number
Most recent closing price
latestOpen number
Most recent opening price
latestHigh number
Most recent high price
latestLow number
Most recent low price
previousClose number
Previous closing price
week52Range object
52-week high/low range { high: number, low: number }
week52AvgClose number
Average closing price over the trailing 52 weeks
ema30 number
30-period exponential moving average
ema60 number
60-period exponential moving average
ema90 number
90-period exponential moving average
ema120 number
120-period exponential moving average
ytdClosePctChange number
Year-to-date closing price percentage change
volume number
Most recent trading volume
avgVolumeLifetime number
Lifetime average trading volume
Cryptocurrency Quote
Request
1from axion import Axion
2client = Axion(api_key='axn_123')
3
4quote = client.crypto.quote('BTC')
5print(quote)Response
{
"latestClose": 87981.68,
"latestOpen": 85463.3,
"latestHigh": 88292.55,
"latestLow": 85134.06,
"previousClose": 85462.51,
"week52Range": {
"high": 108268.45,
"low": 38420.12
},
"week52AvgClose": 72500.34,
"ema30": 88234.56,
"ema60": 85432.78,
"ema90": 82123.45,
"ema120": 79876.23,
"ytdClosePctChange": 65.432,
"volume": 59129171968,
"avgVolumeLifetime": 42000000000
}