EquipoAnaliticaXM / API_XM

Este repositorio se crea con el fin de compartir herramientas de consulta para extraer información relevante del Mercado de Energía Mayorista colombiano
MIT License
43 stars 25 forks source link

Error getting metric PrecPromContRegu #1

Closed martimfj closed 3 years ago

martimfj commented 3 years ago

Hello!

I'm trying to get the "Precio Promedio Contratos Regulado" But the API is returning that the Metric ID was not found

post_data = {'MetricId': 'PrecPromContRegu', 'StartDate': '2021-07-18', 'EndDate': '2021-08-17', 'Entity': 'Sistema'}

res =requests.post('http://servapibi.xm.com.co/daily', data=post_data)

res.json()

{'Message': 'Id de Métrica no encontrada.'}

Can someone help me? Thank you!

martimfj commented 3 years ago

PrecPromContNoRegu (Precio Promedio Contratos No Regulado) metric is also returning the same error.

EquipoAnaliticaXM commented 3 years ago

Dear @martimfj,

Thanks for writing us, we were making an adjustment in both metrics because their natural granularities are hourly.

Best regards,

Equipo de Analítica de XM