We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Estoy tratando de filtrar valores mensuales de un año con esta consulta https://apis.datos.gob.ar/series/api/series/?ids=101.1_I2NG_2016_M_22:percent_change&start_date=2019-01-01&end_date=2019-12-31&format=json. Si bien en la respuesta el count es 12, solo trae 11 valores, el de enero no está viniendo. Para que traiga los valores de enero tengo que usar como start_date la fecha 2018-12-01
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Estoy tratando de filtrar valores mensuales de un año con esta consulta https://apis.datos.gob.ar/series/api/series/?ids=101.1_I2NG_2016_M_22:percent_change&start_date=2019-01-01&end_date=2019-12-31&format=json. Si bien en la respuesta el count es 12, solo trae 11 valores, el de enero no está viniendo. Para que traiga los valores de enero tengo que usar como start_date la fecha 2018-12-01
The text was updated successfully, but these errors were encountered: