data912-market-data

Query Data912 endpoints for Argentina and USA market data snapshots, historical OHLC, and EOD derivatives analytics.

39|2|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/ferminrp/agent-skills --skill data912-market-data
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: data912-market-data
Source: https://github.com/ferminrp/agent-skills/tree/main/skills/data912-market-data
Command: npx skills add https://github.com/ferminrp/agent-skills --skill data912-market-data

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Data912 market data access consolidates multiple data streams into a single source for Argentine and US market data, enabling quick checks and comparisons without manual scraping.

Core Features & Use Cases

  • Live market panels: /live endpoints for Argentina and the USA (stocks, cedears, notes, corporate debt, bonds) plus ADRs.
  • Historical OHLC: /historical/stocks/{ticker}, /historical/cedears/{ticker}, /historical/bonds/{ticker}.
  • EOD analytics: /eod/volatilities/{ticker}, /eod/option_chain/{ticker}.
  • Example use: a trader asks for the latest MEP and CCL quotes and related OHLC data for a ticker to assess trend.

Quick Start

Ask the agent to fetch the latest Data912 snapshot for a given ticker and present the key metrics (price, volume, OHLC).

Frequently Asked Questions about data912-market-data

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

FAQPage Schema
How do I fetch live market data for Argentine stocks and ADRs?▼

Live market data for Argentine stocks and ADRs is retrieved by querying Data912 live endpoints like live/arg_stocks and usa_adrs, returning JSON snapshots without requiring authentication.

Can I get historical OHLC data for Argentine bonds and cedears?▼

Historical OHLC data for Argentine bonds and cedears is available through the /historical/cedears/{ticker} and /historical/bonds/{ticker} endpoints, returning structured JSON data.

What market analytics are available for options and volatilities?▼

Market analytics for options and volatilities are provided via the /eod/option_chain/{ticker} and /eod/volatilities/{ticker} endpoints, delivering end-of-day derivatives analytics in JSON format.

Do I need an API key to access Data912 market data endpoints?▼

No API key is needed to access Data912 market data endpoints; the skill requires no authentication and includes built-in error handling for failed queries.

How do I retrieve the latest MEP and CCL quotes for trend analysis?▼

To retrieve the latest MEP and CCL quotes for trend analysis, query the live/mep and live/ccl endpoints, then combine the results with historical OHLC data for the related ticker.

What USA market data instruments are supported by this data stream?▼

Supported USA market data instruments include USA stocks and ADRs, accessible via the usa_stocks and usa_adrs live endpoint panels, alongside Argentine market data.