Tick Data

Retrieve historical tick, OHLC, and orderbook spread data from TimescaleDB.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/shreed27/DAIN --skill tick-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Tick Data
Source: https://github.com/shreed27/DAIN/tree/main/CloddsBot-main/src/skills/bundled/ticks
Command: npx skills add https://github.com/shreed27/DAIN --skill tick-data

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows users to query historical tick, OHLC (Open, High, Low, Close), and orderbook spread data from a TimescaleDB database, providing insights into market activity.

Core Features & Use Cases

  • Historical Tick Data: Retrieve recent price movements for a given platform and market.
  • OHLC Candles: Get aggregated candlestick data over specified intervals (e.g., 1 hour, 1 day).
  • Orderbook Spread History: Analyze the bid-ask spread and depth over time.
  • Recorder Statistics: Monitor the status and performance of the tick data recorder.
  • Use Case: A quantitative trader can use this Skill to fetch 1-hour OHLC data for a specific market on Polymarket to analyze recent trends and make informed trading decisions.

Quick Start

Use the ticks skill to get recent ticks for the platform 'polymarket' and market ID '0x1234abcd'.

Frequently Asked Questions about Tick Data

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

FAQPage Schema
How do I retrieve historical tick data for a specific market?

To retrieve historical tick data, query the TimescaleDB database by specifying the target platform and market ID. You can also filter by outcome ID and apply result limits to isolate recent price movements.

Can I query OHLC candlestick data over custom time intervals?

Yes, you can query aggregated OHLC candlestick data by specifying a desired data interval, such as 1 hour or 1 day. This returns Open, High, Low, Close values to analyze market price trends.

Does this tool support analyzing orderbook spread history?

Yes, the tool supports querying orderbook spread history from TimescaleDB. It enables you to analyze bid-ask spread dynamics and depth over time for a specified platform and market.

What is the best way to query market price history for quantitative trading?

The best way to query market price history for quantitative trading is requesting OHLC or tick data filtered by platform and market ID. This provides historical trend data needed to make informed trading decisions.

Do I need TimescaleDB to fetch historical market data and candle patterns?

Yes, TimescaleDB is required as the underlying data source. The Skill queries this database directly to retrieve historical ticks, OHLC candles, and orderbook spread records.