A real-time public viewer for official Chilean macroeconomic and financial series (UF, USD, EUR, UTM, IPC, TPM), powered by the Central Bank of Chile Open REST API (si3.bcentral.cl). Built with Angular 22 CSR Zoneless and a Light Mode Enterprise UI.
🌐 English Version (Default) | Versión en Español
This repository is a public showcase project developed by Atelier Busco to demonstrate real-time financial time-series consumption without exposing API credentials or private business logic.
- Daily Key Economic Indicators: Real-time values for UF, Dólar Observado, Euro, UTM, IPC, and TPM.
- Environment Variable Isolation: API credentials safely isolated in
.env/environment.ts(zero hardcoded secrets). - Graceful Resiliency & Fallback: Instant UI degradation fallback if CORS restrictions or API rate limits occur.
- Light Mode B2B Interface: Clean, institutional visual style for financial data auditing.
| Component | Technology |
|---|---|
| Framework | Angular 22 (CSR Standalone) |
| Reactivity | Angular Signals + Zoneless Change Detection (provideZonelessChangeDetection) |
| Styling | Tailwind CSS (Light Mode B2B) |
| Data Source | Central Bank of Chile Time-Series API (si3.bcentral.cl/SieteRestWS) |
# 1. Clone repository
git clone https://github.com/Atelier-Busco/chile-indicadores-economicos-daily.git
cd chile-indicadores-economicos-daily
# 2. Install dependencies
npm install
# 3. Setup credentials (.env)
cp .env.example .env
# Replace BANCO_CENTRAL_USER and BANCO_CENTRAL_PASS in src/environments/environment.example.ts
# 4. Run development server
npm run startOpen http://localhost:4200/ in your browser.
This open viewer exposes daily public series. For enterprises, FinTechs, and financial institutions requiring:
- 📊 Multi-currency conversion engines with real-time Central Bank rate sync.
- 🔔 Econometric AI forecasting for UF and IPC monthly adjustments.
- 🤖 Automated invoice indexation APIs (
Prompt Engine API+Memory Service).
Contact our engineering team at atelierbusco.com or email us directly at info@atelierbusco.com.
Engineered by Atelier Busco — Strategic technical partner for founders and innovation leaders.
