cotizacion-dolar-argentina

Fetch real-time and historical Argentine dollar quotes from DolarAPI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides quick access to Argentine currency quotations from DolarAPI, enabling users to see current rates and perform quick comparisons without leaving the chat.

Core Features & Use Cases

  • Live quotes: oficial, blue, bolsa, contadoconliqui, tarjeta, mayorista, cripto
  • Other currencies: EUR, BRL, CLP, UYU via /v1/cotizaciones
  • Timestamped results and simple comparative view when multiple quotes are returned

Quick Start

Ask the AI to fetch the latest dolar and currency quotes for Argentina using DolarAPI.

Frequently Asked Questions about cotizacion-dolar-argentina

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

FAQPage Schema
How do I fetch real-time dolar blue quotes for Argentina?

To fetch real-time dolar blue quotes for Argentina, request the relevant DolarAPI endpoint. The skill handles HTTP requests, JSON parsing, and returns a timestamped summary of the current exchange rate.

Can I retrieve other currency exchange rates like EUR and BRL alongside the dolar?

Yes, you can retrieve currency exchange rates like EUR, BRL, CLP, and UYU alongside the dolar. Use the /v1/cotizaciones endpoint to fetch and parse these multiple currency quotes simultaneously.

What types of Argentine dollar exchange rates can I compare?

You can compare multiple Argentine dollar exchange rates including oficial, blue, bolsa, contadoconliqui, tarjeta, mayorista, and cripto. The skill presents a comparative view with timestamps when returning multiple quotes.

How does the skill validate input when requesting specific cotizaciones?

The skill applies input validation by mapping your intent, such as 'dolar hoy' or 'dolar oficial', to the corresponding DolarAPI endpoint. This ensures the correct HTTP request is executed before parsing the JSON response.

Do I need an API key to access DolarAPI for Argentina currency quotes?

The skill fetches Argentina currency quotes via DolarAPI without listing any dependencies or API keys. It directly implements the HTTP requests and JSON parsing needed to retrieve the live exchange rate data.