getFuturesPrice

Retrieves latest futures prices, bids, asks, and market state from Stooq.com public endpoints via HTTP GET requests.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/germancin/system-claw --skill getfuturesprice
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: getFuturesPrice
Source: https://github.com/germancin/system-claw/tree/main/skills/getFuturesPrice
Command: npx skills add https://github.com/germancin/system-claw --skill getfuturesprice

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill retrieves real-time price quotes for futures instruments, helping users stay informed about market movements.

Core Features & Use Cases

  • Futures Price Retrieval: Get the latest price, bid, ask, and change for common futures symbols like NQ (Nasdaq-100) and ES (S&P 500).
  • Market Data: Provides key trading data points for quick analysis.
  • Use Case: A user asks "What's the current price of Nasdaq 100 futures?", this skill can provide an immediate answer.

Quick Start

Use the getFuturesPrice skill to retrieve the latest price for NQ futures.

Frequently Asked Questions about getFuturesPrice

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

FAQPage Schema
How do I get real-time futures prices for common market symbols?

You can get real-time futures prices by sending HTTP GET requests to public quote endpoints like stooq.com. This retrieves the latest price, bid, ask, change, and market state for symbols such as NQ, ES, YM, RTY, CL, GC, and SI.

What futures market data points are available when fetching quotes?

Futures market data includes the latest price, bid, ask, change, and market state information. This covers popular instruments like NQ (Nasdaq-100), ES (S&P 500), CL (Crude Oil), and GC (Gold) for quick trading analysis.

Can I retrieve price quotes for gold and crude oil futures instruments?

Yes, you can retrieve price quotes for gold and crude oil futures using the symbols GC and CL respectively. The system fetches data from public stooq.com endpoints to provide current pricing, bid, ask, and market state.

Does fetching futures prices require any API keys or external dependencies?

No API keys or external dependencies are required to fetch futures prices. The process relies on standard HTTP GET requests to public quote endpoints at stooq.com to retrieve market data for supported symbols.

What's the best way to check the current price of Nasdaq 100 and S&P 500 futures?

The best way to check Nasdaq 100 and S&P 500 futures prices is to query public quote endpoints using the NQ and ES symbols. This returns current price, bid, ask, change, and market state information without needing specialized trading software.

Why might futures price retrieval not return updated market data?

Futures price retrieval might not return updated market data if the public stooq.com endpoint is unavailable or if the market is closed. The response includes market state information to indicate whether the instrument is currently trading.