Skip to main content

Using Ecodata Overview

Ecodata is an economic data platform for research, policy analysis, and quantitative modeling. The application focuses on three practical jobs: finding the right data source, selecting the right indicators, and exporting datasets with metadata so users can audit and reproduce their research workflow.

This documentation replaces the previous source-by-source guide with articles organized around in-app workflows. New users should start with Login → Filter/Select → Preview → Export, then read the detailed indicator guides for each data group.

Highlights

  • Clean, publication-ready data: cleaned and standardized into panel/time-series format, ready for research and international publication (ready to publication).
  • Rich and up to date: a multi-domain, multi-source data repository, updated regularly.
  • Full international macro indicators: from official sources — World Bank, IMF, ADB, UN, FRED, OECD, ILO, and more.
  • Official Vietnam data: General Statistics Office (statistical yearbooks, socio-economic reports), General Department of Customs (import-export reports and data by commodity), governance surveys (PAPI, PCI, PAR, SIPAS, ICT), and microdata sets VHLSS, VARHS, VES.

EcoData Retrieval Toolkit

EcoData is not limited to browser downloads. Users can create a personal API key in the Dashboard and retrieve the same real datasets through the Excel / Python / Stata / R toolkit. All clients call the same Public SDMX API at /api/v1/sdmx, so one research series can be reproduced across several research environments.

ToolMain useAccurate release status
ExcelSideload the self-hosted manifest https://ecodata.io.vn/excel/manifest.xml, then use the task pane or =ECODATA.SERIES(...)Self-host route and production data layer verified; AppSource and manual Excel Win/Web runtime checks remain pending.
PythonEcoData().series(...) returns a tidy pandas.DataFrameCore package and production live smoke verified; PyPI publication is pending.
Statanet install ecodata, from("https://ecodata.io.vn/clients/stata") replace, then run ecodata use ...Self-host route and production live smoke verified; SSC submission is pending.
Reco_series(...) returns a tidy tibbleCore package and production live smoke verified; CRAN publication is pending.

Current client dataflows include MACRO_INTL, GSO_VN, CUSTOMS_VN, and STOCK_VN. For real research, store the API key in an environment variable or ~/.ecodata, keep metadata and short codes with exported data, and revoke keys when a project ends.

Main Feature Groups

GroupApp moduleWhat users do
Global DataDashboard, Export PanelFind international indicators from World Bank, IMF, OECD, Eurostat, ILO, FAO, WTO, ADB, and related sources.
Vietnam GSOGSO ExplorerExplore KTXH, NGTK-CN, NGTK-TINH, and VHLSS aggregate indicators by year, province, and indicator group.
CustomsCustoms ExplorerFilter import-export reports by commodity, partner country, province, transport mode, and reporting period.
Macro SurveySurvey ExplorerFind PCI, PAPI, ICT, PAR, and SIPAS indicators by province and year.
VHLSS MicroVariable HubSelect waves, datasets, and micro variables, preview records, and create panel or pooled datasets.
Stock HubStocksView prices, symbol profiles, financial statements, notes, and corporate events.
AI ChatChatAsk AI to suggest indicators, sources, model variables, and data queries.
EconometricsAnalysisRun preliminary OLS, WLS, GLS, panel, VAR, ARIMA, Logit, and Probit models before export.

Standard Research Workflow

Indicator Selection Principles

  1. Choose the source by unit of analysis first: country, province, firm, commodity, household, or individual.
  2. Check coverage by year, frequency, geography, and completeness before adding an indicator to export.
  3. Read metadata to confirm definition, unit, calculation method, and provenance.
  4. Preview sample data before downloading full data, especially for panel datasets or multi-source exports.
  5. Keep citation, short code, and metadata together with the exported data to reproduce results.

Documentation Implementation Status

The documentation is bilingual. Homepage UI strings are managed through src/i18n/vi.json and src/i18n/en.json; full article translations use Docusaurus file-based i18n, so selecting English shows the English content and selecting Vietnamese shows the Vietnamese content.