skills/data912-market-data/SKILL.md
Query Data912 market data endpoints for Argentina and USA instruments. Use when the user asks for MEP/CCL quotes, live Argentine market panels (stocks, options, cedears, notes, corporate debt, bonds), USA panels (ADRs, stocks), OHLC historical series by ticker, USA option chains, or volatility/risk metrics. Also use when the user mentions "Data912", "mep", "ccl", "cedears", "option chain", "historical bars", "OHLC", "implied volatility", "historical volatility", or "volatility percentiles" and expects API-backed market snapshots.
npx skillsauth add ferminrp/agent-skills data912-market-dataInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Query Data912's public market API for Argentina and USA market data snapshots, historical bars, and EOD derivatives analytics.
https://data912.com/live/mep (USD MEP)/live/ccl (USD CCL)/live/arg_stocks/live/arg_options/live/arg_cedears/live/arg_notes/live/arg_corp/live/arg_bonds/live/usa_adrs/live/usa_stocksExample:
curl -s "https://data912.com/live/arg_stocks" | jq '.[0:5]'
/historical/stocks/{ticker}/historical/cedears/{ticker}/historical/bonds/{ticker}Example:
curl -s "https://data912.com/historical/stocks/GGAL" | jq '.[0:10]'
/eod/volatilities/{ticker}/eod/option_chain/{ticker}Examples:
curl -s "https://data912.com/eod/volatilities/AAPL" | jq '.'
curl -s "https://data912.com/eod/option_chain/AAPL" | jq '.[0:10]'
/contact in this skill. Keep this skill focused on market data retrieval and interpretation./live/*)symbol: instrument ticker/symbolpx_bid, q_bid: bid price and bid sizepx_ask, q_ask: ask price and ask sizec: last/close-like traded valuepct_change: percentage variationv: volumeq_op: operations count (when provided)/historical/*/{ticker})date: date stringo, h, l, c: OHLC valuesv: volumedr: daily returnsa: additional numeric metric provided by source/eod/volatilities/{ticker})iv_s_term, iv_m_term, iv_l_termiv_*_percentilehv_s_term, hv_m_term, hv_l_termhv_*_percentileiv_hv_*_ratio, iv_fair_iv_ratiofair_iv, fair_iv_percentile/eod/option_chain/{ticker})opex, s_symbol, type, kbid, ask, c, oidelta, gamma, theta, vega, rhofair_value, fair_iv, itm_prob, intrinsic, otmr_days, r_tdays, hv_2m, hv_1yr/live/*/historical/*/{ticker}/eod/*/{ticker}curl -s and parse with jq.[], report: "No data currently available for this endpoint/ticker."120 req/min.When returning results to the user:
% change.For the full schema and endpoint definitions, see references/openapi-spec.json.
development
Audit and improve user-provided writing for clarity, concision, and impact. Use when the user asks to audit, review, improve, edit, or rewrite text. Apply seven checks (sentence length, clutter, unsupported modifiers, weasel words, jargon/acronyms, "so what", and flow), then return severity-ranked findings and a full rewrite suggestion.
development
Consulta promociones de viajes desde Argentina usando Anduin Promos API. Usar cuando el usuario pida promos de viaje en Argentina, promociones de vuelos, hoteles o paquetes, mejores ofertas del dia, promos a brasil/usa/europa, ranking por score o ultimas promos de promociones-aereas.
development
Consulta riesgo pais de Argentina con serie historica desde Anduin API. Usar cuando el usuario pida "riesgo pais argentina", "ultimo riesgo pais", "serie historica de riesgo pais", "riesgo pais por fecha o periodo", o "evolucion del riesgo pais".
development
Technical guide to integrate mapcn in React + shadcn projects. Use when the user asks to integrate mapcn, add mapcn to a shadcn app, use mapcn MapControls/Markers/Routes/Clusters, implement controlled viewport state, use the useMap hook, or access MapLibre through mapcn.