You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
entidad_financiera_id (el id se pasa por configuración al scraper, asociado a determinado nombre como {"galicia": "BANCO DE GALICIA Y BUENOS AIRES S.A.U."} de forma tal que cuando el scraper encuentra ese nombre, asigna ese id)
entidad_financiera_nombre
indice_tiempo (fecha)
hora (integer: 11, 13 o 15)
canal ("mostrador" o "electronico")
flujo_comercial ("compra" o "venta")
moneda ("usd" o "eur")
valor
Nombre del CSV: tipos-cambio-entidades-financieras-panel.csv
Las entidades financieras tendrán un id asignado por el usuario del scraper, del estilo:
{"galicia": "BANCO DE GALICIA Y BUENOS AIRES S.A.U",
"bna": "BANCO DE LA NACION ARGENTINA",
"icbc": "INDUSTRIAL AND COMMERCIAL BANK OF CHINA (ARGENTINA) S.A",
"frances": "BBVA BANCO FRANCES S.A",
"supervielle": "BANCO SUPERVIELLE S.A",
"bcba": "BANCO DE LA CIUDAD DE BUENOS AIRES",
"patagonia": "BANCO PATAGONIA S.A",
"santander": "BANCO SANTANDER RIO S.A",
"hsbc": "HSBC BANK ARGENTINA S.A",
"credicoop": "BANCO CREDICOOP COOPERATIVO LIMITAD",
"itau": "BANCO ITAU ARGENTINA S.A",
"macro": "BANCO MACRO S.A",
"balanz": "BALANZ CAPITAL VALORES S.A.U.",
"ibcambio": "IB Cambio SAS",
"bullmarket": "BULL MARKET BROKERS SA"}
The text was updated successfully, but these errors were encountered:
Nombre del scraper: tc-local-entidades
Panel:
entidad_financiera_id
(el id se pasa por configuración al scraper, asociado a determinado nombre como {"galicia": "BANCO DE GALICIA Y BUENOS AIRES S.A.U."} de forma tal que cuando el scraper encuentra ese nombre, asigna ese id)entidad_financiera_nombre
indice_tiempo
(fecha)hora
(integer: 11, 13 o 15)canal
("mostrador" o "electronico")flujo_comercial
("compra" o "venta")moneda
("usd" o "eur")valor
Nombre del CSV: tipos-cambio-entidades-financieras-panel.csv
Series:
indice_tiempo
(solo fecha)tc_ars_usd_galicia_mostrador_compra_11hs
tc_ars_usd_galicia_mostrador_compra_13hs
tc_ars_usd_galicia_mostrador_compra_15hs
tc_ars_usd_galicia_electronico_compra_11hs
tc_ars_usd_galicia_electronico_compra_13hs
tc_ars_usd_galicia_electronico_compra_15hs
tc_ars_usd_galicia_mostrador_venta_11hs
tc_ars_usd_galicia_mostrador_venta_13hs
tc_ars_usd_galicia_mostrador_venta_15hs
tc_ars_usd_galicia_electronico_venta_11hs
tc_ars_usd_galicia_electronico_venta_13hs
tc_ars_usd_galicia_electronico_venta_15hs
.....
.....
.....
indice_tiempo
(solo fecha)tc_ars_eur_galicia_mostrador_compra_11hs
tc_ars_eur_galicia_mostrador_compra_13hs
tc_ars_eur_galicia_mostrador_compra_15hs
tc_ars_eur_galicia_electronico_compra_11hs
tc_ars_eur_galicia_electronico_compra_13hs
tc_ars_eur_galicia_electronico_compra_15hs
tc_ars_eur_galicia_mostrador_venta_11hs
tc_ars_eur_galicia_mostrador_venta_13hs
tc_ars_eur_galicia_mostrador_venta_15hs
tc_ars_eur_galicia_electronico_venta_11hs
tc_ars_eur_galicia_electronico_venta_13hs
tc_ars_eur_galicia_electronico_venta_15hs
.....
.....
.....
Se repite la estructura con todas las entidades financieras: "tc_ars_{moneda}{entidad_financiera_id}{canal}{flujo_comercial}{hora}hs"
Nombre del CSV:
Fuente primaria: http://www.bcra.gov.ar/PublicacionesEstadisticas/Tipo_de_cambio_minorista.asp
Notas:
The text was updated successfully, but these errors were encountered: