data912

Retrieve real-time and historical OHLC financial data for Argentine markets via HTTP.

173|28|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/gauss314/skills --skill data912
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data912
Source: https://github.com/gauss314/skills/tree/main/skills/data912
Command: npx skills add https://github.com/gauss314/skills --skill data912

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pandas, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the difficulty of accessing reliable, structured financial data for the Argentine market, including stocks, bonds, and CEDEARs, which is often fragmented or behind paywalls.

Core Features & Use Cases

  • Live Market Data: Access real-time pricing for MEP/CCL dollars, Argentine stocks, options, and government bonds.
  • Historical OHLC Analysis: Retrieve historical Open-High-Low-Close data for technical analysis and backtesting.
  • Use Case: A financial analyst can use this Skill to automatically download historical price series for GGAL or AL30 to perform volatility analysis or build custom investment dashboards.

Quick Start

Use the data912 skill to download historical stock data for GGAL and PAMP into the data directory.

Frequently Asked Questions about data912

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

FAQPage Schema
How do I download historical stock prices for Argentine market assets like CEDEARs?

To download historical stock prices for Argentine market assets like CEDEARs, you make standard HTTP requests to the data912 API to retrieve historical Open-High-Low-Close series, then use pandas to structure and manipulate the downloaded data for analysis.

Can I retrieve real-time quotes for MEP and CCL dollar rates using Python?

Yes, you can retrieve real-time quotes for MEP and CCL dollar rates using Python by sending standard HTTP requests via the requests library to the data912 API endpoints, which expose live pricing for Argentine dollars, stocks, and government bonds.

What is the best way to access structured financial data for Argentine bonds without a paid subscription?

The best way to access structured financial data for Argentine bonds without a paid subscription is using this Skill, which bypasses fragmented and paywalled sources by providing programmatic API access to live quotes and historical OHLC series for instruments like AL30.

Do I need an API key or paid account to access the Argentine market data endpoints?

No paid account or proprietary API key is required to access the Argentine market data endpoints; the Skill relies on standard HTTP requests using the requests library and structures the output with pandas, facilitating quantitative analysis and automated reporting.

What types of financial instruments are supported for historical OHLC analysis in the Argentine market?

The types of financial instruments supported for historical OHLC analysis in the Argentine market include Argentine stocks, options, CEDEARs, and government bonds, allowing users to perform technical analysis and backtesting on retrieved price series.

How does pandas integrate with the downloaded market data for quantitative analysis?

Pandas integrates with the downloaded market data by structuring the raw OHLC series and live quotes returned from the HTTP requests into DataFrames, enabling you to immediately perform volatility analysis, backtesting, and build custom investment dashboards.