🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

indicadores-chile

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

indicadores-chile

It allows to obtain the main economic indicators of Chile

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

indicadores-chile

It allows to obtain the main economic indicators of Chile

Installation

Install indicadores-chile with npm

  npm install indicadores-chile

Usage/Examples

Get all indicators from santander

const Indicators = require('indicadores-chile');

Indicators.getIndicators()
.then(data => console.log(data))
.catch(err => console.log(err));

Get a specific indicator

const Indicators = require('indicadores-chile');

Indicators.getIndicators('dolar')
.then(data => console.log(data))
.catch(err => console.log(err));

Response

[
  { code: '$', name: 'Dolar', value: '$886,34' },
  { code: '€', name: 'Euro', value: '$885,45' },
  {
    code: 'IPSA',
    name: 'Indice de Precio Selectivo de Acciones',
    value: '5.516,80'
  },
  { code: 'UF', name: 'Unidades de Fomento', value: '$33.958,13' },
  {
    code: 'UTM',
    name: 'Unidad Tributaria Mensual',
    value: '$59.595,00'
  },
  {
    code: 'IPC',
    name: 'Indice de Precios al Consumidor',
    value: '108,50'
  },
  { code: 'TPM', name: 'Tasa de PolĂ­tica Monetaria', value: '%10,75' }
]

FAQs

Package last updated on 09 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts