Skip to content
@polaris-data

Polaris Data

Tick-Level Data for Trading Frontier Markets

Polaris

Polaris is a market data platform for emerging frontier markets, built for quantitative research, backtesting, and modelling.

We capture exchange-native data directly from venues such as Hyperliquid and Lighter, exposing normalized datasets alongside raw venue payloads.

For terminal users

Install the CLI:

curl -fsSL https://polaris.supply/install.sh | bash

Browse and download available datasets via TUI:

polaris

For Python users

Query the last 7 days of events with the Python SDK:

from polaris_data import PolarisClient

with PolarisClient() as client:
    rows = client.events(exchange="hyperliquid", asset="BTC")
    print(len(rows))

See the docs to get an API key, learn how to authenticate, and use the SDKs, or read llms.txt for the compact LLM-facing version.

Pinned Loading

  1. cli cli Public

    Access historical tick data, order book updates, and oracle feed history across emerging venues like Hyperliquid and Lighter, optimized for quantitative workflows.

    Rust 4

  2. notebooks notebooks Public template

    A collection of Jupyter notebooks demonstrating the polaris-data Python SDK to analyse market data from Polaris - no API key needed.

    Jupyter Notebook

  3. polaris-py polaris-py Public

    A Python SDK for accessing tick data and events from the Polaris API

    Python

  4. polaris-ts polaris-ts Public

    A TypeScript SDK for accessing tick data and events from the Polaris API

    TypeScript

  5. polaris-rs polaris-rs Public

    A Rust SDK for accessing tick data and events from the Polaris API

    Rust

  6. docs docs Public

    Polaris docs hosted on Mintlify.

    MDX 1

Repositories

Showing 9 of 9 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…