VOOZH about

URL: https://apify.com/parseforge/bcra-argentina-statistics-scraper

⇱ BCRA Argentina Statistics Scraper Β· Apify


πŸ‘ BCRA Argentina Statistics Scraper avatar

BCRA Argentina Statistics Scraper

Pricing

from $7.50 / 1,000 results

Go to Apify Store

BCRA Argentina Statistics Scraper

Pull monetary and financial indicators published by Banco Central de la RepοΏ½blica Argentina, including variable_id, description, category, value, date, and unit. Useful for inflation tracking, FX research, and macroeconomic dashboards covering the Argentine peso and reserves.

Pricing

from $7.50 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

πŸ‘ ParseForge Banner

🏦 BCRA Argentina Monetary Statistics Scraper

πŸš€ Export official Central Bank of Argentina monetary statistics in seconds. Reserves, exchange rates, inflation, monetary base, interest rates and more, direct from api.bcra.gob.ar.

πŸ•’ Last updated: 2026-05-29 Β· πŸ“Š 7 fields per record Β· BCRA EstadΓ­sticas v3.0 API Β· Real-time and historical Β· National coverage

The BCRA Argentina Monetary Statistics Scraper turns the official Banco Central de la RepΓΊblica Argentina public API into a clean, structured dataset. It calls the /estadisticas/v3.0/Monetarias endpoint, lets you list every available variable, and fetches historical time series for any variable you select.

The dataset covers reserves, the official and parallel exchange rates, the monetary base, badlar and pase reference rates, CER and UVA indices, inflation, and dozens of other monetary indicators tracked by the BCRA.

🎯 Target AudienceπŸ’‘ Primary Use Cases
πŸ“Š EconomistsBuild inflation and FX time series
πŸ’± Traders and risk teamsTrack ARS reference rates daily
🏒 Treasury teamsSnapshot reserves and monetary base
πŸ€– Quant researchersMirror BCRA data into BigQuery or Postgres
πŸ“° Financial journalistsVerify official BCRA values in seconds
πŸŽ“ AcademicsLong historical series for monetary policy research

πŸ“‹ What the BCRA Argentina Monetary Statistics Scraper does

  • Calls the BCRA EstadΓ­sticas v3.0 public REST API.
  • Lists every available monetary variable with its description, category, latest value and date.
  • Fetches the full historical series for any variable IDs you provide, optionally filtered by date range.
  • Cleans and casts numeric values so they import straight into pandas, BigQuery, or a spreadsheet.
  • Wraps API errors into a clean error record instead of crashing.

πŸ’‘ Why it matters: the BCRA exposes hundreds of monetary indicators but the official site is slow and the data is locked inside paginated HTML reports. This actor turns it into a flat, downloadable dataset.

🎬 Full Demo

🚧 Coming soon.

βš™οΈ Input

FieldTypeRequiredDescription
variableIdsarrayNoList of BCRA variable IDs. Leave empty to fetch the master list of all available variables.
dateFromstringNoStart date in YYYY-MM-DD format. Used only with variableIds.
dateTostringNoEnd date in YYYY-MM-DD format. Used only with variableIds.
maxItemsintegerNoFree users 10, paid users up to 1,000,000. Prefill 10.

Example 1, latest values for all variables:

{"maxItems":50}

Example 2, USD official rate history:

{"variableIds":["5"],"dateFrom":"2025-01-01","dateTo":"2025-12-31","maxItems":365}

⚠️ Good to Know: the BCRA public API is rate-limited. Heavy historical pulls should be spread across runs.

πŸ“Š Output

Each record is a flat object. error is always last.

FieldTypeDescription
πŸ†” variable_idnumberBCRA variable identifier
πŸ“ descriptionstringHuman readable description
πŸ—‚οΈ categorystringBCRA category (Principales Variables, Tasas, etc.)
πŸ’Ή valuenumberNumeric value of the indicator
πŸ“… datestringReference date (YYYY-MM-DD)
πŸ“ unitstringSeries unit code when available
πŸ•’ scrapedAtstringWhen this row was fetched
❌ errorstringSet if the upstream response was an error

Sample record:

{
"variable_id":1,
"description":"Reservas Internacionales del BCRA (en millones de dΓ³lares)",
"category":"Principales Variables",
"value":28450.5,
"date":"2026-05-28",
"unit":null,
"scrapedAt":"2026-05-29T10:00:00.000Z",
"error":null
}

✨ Why choose this Actor

| πŸ†“ | Calls the fully public BCRA API, no key, no login. | | 🧹 | Normalizes BCRA's Spanish field names into clean snake_case columns. | | πŸ”’ | Numeric casting ready for pandas, BigQuery, Excel. | | πŸ›Ÿ | Surfaces API errors as a clean error record. | | πŸ“… | Date range filter for any variable. | | πŸ’Ύ | Push to dataset, instant download in many formats. |

πŸ“ˆ How it compares to alternatives

ApproachSetup timeClean keysNumeric castingError handling
Roll your own fetch30 min plus❌❌❌
Manual download from bcra.gob.arhours❌❌❌
This Actor5 sec, no installβœ…βœ…βœ…

πŸš€ How to use

  1. Click Try for free.
  2. Leave inputs empty to pull the latest value of every BCRA variable, or pass variableIds.
  3. (Optional) Set dateFrom and dateTo to bound a historical series.
  4. Click Start. Your dataset is ready in seconds.

πŸ’Ό Business use cases

πŸ“Š FX and inflation dashboards. Schedule a daily run for variable IDs covering the official USD rate, CER and UVA indices, pipe to a BI tool.

πŸ’Ό Treasury risk. Pull reserves, monetary base and badlar daily for your risk model.

πŸ“° Newsroom fact-checking. Verify any BCRA number before publishing.

πŸ€– ML feature engineering. Build a feature set of monetary indicators for macro forecasting.

πŸ”Œ Automating BCRA Argentina Statistics Scraper

  • Make and Zapier: schedule a daily run after BCRA publishes, push to Airtable or Slack.
  • Cron schedule: native Apify scheduler.
  • Webhooks: receive a POST when a run finishes.
  • Pipe to BigQuery, Snowflake, Postgres: native Apify integrations.

🌟 Beyond business use cases

πŸŽ“ Education. Teach macroeconomics with live Argentina data instead of static textbook tables.

πŸ§ͺ Personal research. Track parallel rates and inflation over time.

🀝 Non-profit and open data. Build public dashboards on Argentine monetary policy.

🧰 Tinkering. Wire BCRA series into a custom dashboard in minutes.

πŸ€– Ask an AI assistant about this scraper

Paste this README into ChatGPT or Claude and ask it to map your workflow to the actor inputs. The schema, examples and field list above contain everything an LLM needs to design a working pipeline.

❓ Frequently Asked Questions

❓ Do I need an API key? No, the BCRA public API requires no authentication.

❓ Is there a rate limit? The BCRA enforces a soft rate limit. Avoid hammering the endpoint.

❓ How do I find variable IDs? Run the actor with no inputs first, then copy the variable_id for any variable you want historical data on.

❓ Can I filter by date? Yes, with dateFrom and dateTo in YYYY-MM-DD format, only when variableIds is set.

❓ Are values cast to numbers? Yes.

❓ How are errors handled? Pushed as a single record with error populated.

❓ Can I schedule runs? Yes, via Apify scheduler, Make, Zapier or cron.

❓ Is this scraping or API? Public REST API.

❓ Will the schema change? Core fields are stable.

❓ What format can I download? CSV, Excel, JSON, JSONL, XML, RSS, HTML straight from the Apify dataset UI.

πŸ”Œ Integrate with any app

Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST API or webhook endpoint.

πŸ”— Recommended Actors

ActorWhat it does
ParseForge Alpha Vantage ScraperGlobal market data and FX.
ParseForge OurAirports ScraperGlobal airport database.
ParseForge NBA Stats ScraperPlayer and team stats.
ParseForge CurseForge Mods ScraperPublic mod metadata.

πŸ’‘ Pro Tip: browse the complete ParseForge collection for 900+ production-grade scrapers across business intelligence, real estate, e-commerce, sports, finance, and public records.


Disclaimer: This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site's terms of service and applicable law. Create a free account w/ $5 credit.

You might also like

TurkStat Turkey Statistics Scraper

parseforge/turkstat-turkey-statistics-scraper

Query TurkStat (TÜİK) categories and pull Turkish national statistics with indicator, value, period, region, category, unit, source, and release_date. Useful for inflation analysis, demographic research, and macroeconomic dashboards covering the Turkish lira, employment, and trade.

DANE Colombia Statistics Scraper

parseforge/dane-colombia-statistics-scraper

Pull Colombian national statistics from DANE landing pages, returning indicator, value, period, category, source, release_date, and url. Useful for inflation tracking, demographic studies, and macroeconomic dashboards covering Colombian GDP, employment, and household survey indicators.

Banco Central do Brasil SGS Scraper

parseforge/banco-central-brasil-sgs-scraper

Pull Brazilian economic time series straight from the Banco Central do Brasil SGS. Track the Selic rate, IPCA inflation, USD/BRL exchange rates, and credit aggregates by code or date range. Each observation returns series code, name, date, and value for models and macro research.

Emagister Argentina Course Scraper

unfenced-group/emagister-ar-scraper

Scrape 34,000+ training courses from Emagister Argentina. Returns title, provider, price (ARS), duration, delivery mode (online/in-person), start date, location and description. Filter by keyword, category and city.

πŸ‘ User avatar

Unfenced Group

2

SNB Swiss National Bank Cubes Scraper

parseforge/snb-switzerland-cubes-scraper

Pull observations from any Swiss National Bank data cube such as devkua or plkons. Each record returns cubeId, key, dimension, dimensionItem, frequency, unit, date, and value, covering FX, monetary aggregates, and balance of payments. Useful for Swiss macro dashboards and finance research.

BCB Brazil Central Bank Series Scraper

parseforge/bcb-brazil-central-bank-scraper

Fetch any BCB SGS time series by ID, with optional last N window. Each observation returns seriesId, seriesName, date, value, unit, and frequency, covering rates like Selic, IPCA inflation, and USD BRL. Useful for macro dashboards, fintech models, and Brazilian economic research workflows.

IMF Data Scraper | Global Economic Indicators

parseforge/imf-data-scraper

Extract macroeconomic time series from the IMF including GDP, inflation, debt, balance of payments, exchange rates, and country statistics. Pull data from World Economic Outlook and IFS for any country and indicator to power dashboards, finance research, and economic modeling.

Latvia CSB Statistics Scraper

parseforge/latvia-csb-statistics-scraper

Reach into the Central Statistical Bureau of Latvia and pull table rows by tablePath. Each record carries the indicator name, contents code, time period, category, unit, and numeric value. Useful for demographic, economic, and population analysis on Latvian official statistics.

India Macroeconomic Intelligence: GDP, Inflation & Forex Track

complex_intricate_networks/india-macroeconomic-intelligence-gdp-inflation-forex-track

Automated extraction of India's key economic indicators. Track GDP forecasts, CPI/WPI inflation, USD-INR rates, and commodity prices directly from top financial news sources.