kalshi-markets

Retrieve Kalshi prediction market data and analytics via Python.

1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/michaelschecht/Edge-Radar --skill kalshi-markets-michaelschecht
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kalshi-markets
Source: https://github.com/michaelschecht/Edge-Radar/tree/main/.claude/skills/kalshi-markets
Command: npx skills add https://github.com/michaelschecht/Edge-Radar --skill kalshi-markets-michaelschecht

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires httpx, click, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies accessing Kalshi prediction market data and analytics, allowing users to quickly retrieve market information, odds, and trading details.

Core Features & Use Cases

  • Market Data Retrieval: Fetch detailed information about individual markets, including prices, orderbooks, and recent trades.
  • Event Information: Get information about specific events within markets, including market titles, statuses, and related series.
  • Search Markets: Search for markets by keyword across titles and descriptions for quick access to relevant markets.
  • Series Details: Retrieve information about market templates (series) used to create markets.
  • Exchange Status: Check the status of the Kalshi exchange and trading activities.
  • Use Case: For a trader interested in the Kalshi platform, this Skill can provide real-time market data and help them make informed decisions.

Quick Start

Run the kalshi-markets search.py <keyword> command to search for a market using a keyword.

Frequently Asked Questions about kalshi-markets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve Kalshi prediction market data and odds using Python?

Retrieve Kalshi prediction market data and odds using Python by running the provided scripts that fetch market information, prices, orderbooks, and recent trades via HTTP requests. The Skill requires API access to the Kalshi platform and uses httpx for data retrieval and click for command execution.

Can I search Kalshi markets by keyword to find specific prediction events?

Search Kalshi markets by keyword across titles and descriptions to find specific prediction events using the search script. Run the command with a keyword argument to quickly retrieve relevant markets and their associated trading details.

What Kalshi market details can I retrieve with this data analytics tool?

Retrieve detailed Kalshi market details including individual market prices, orderbooks, recent trades, event information, market statuses, series templates, and exchange status. The tool provides comprehensive access to market data and analytics for informed trading decisions.

Do I need a Kalshi API key to fetch market information and trading data?

A Kalshi API key is required to fetch market information and trading data using this Skill. The Python scripts use httpx for HTTP requests to access the Kalshi platform, and users must have valid API credentials configured before retrieving any market data.

How do I check the Kalshi exchange status and trading activity?

Check the Kalshi exchange status and trading activity by running the appropriate script within this Skill. It retrieves current exchange status information, allowing traders to verify platform availability and active trading conditions before making decisions.

What Python dependencies are needed to run Kalshi market data scripts?

The Kalshi market data scripts require the httpx and click Python dependencies. The httpx library handles HTTP requests to the Kalshi API, while click provides the command-line interface for executing search and data retrieval operations.