Historial de cotizaciones
Filtro y búsqueda
expand_more
An error occurred while processing the template.
Can't convert this string to number: "Años"
The blamed expression:
==> cat.name?number [in template "20097#20123#331539" at line 55, column 121]
----
FTL stack trace ("~" means nesting-related):
- Failed at: #assign cat_numerico = cat.name?number [in template "20097#20123#331539" at line 55, column 97]
----
1<div class="component-filter-btn">
2 <div class="page-container">
3
4<div class="collapse-filter">
5 <span class="txt-btn"> Filtro y búsqueda </span>
6 <span class="material-icons-outlined"> expand_more </span>
7 </div>
8
9
10<#assign AssetCategoryService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryService")>
11
12<#assign OrderByComparatorFactoryUtil = staticUtil["com.liferay.portal.kernel.util.OrderByComparatorFactoryUtil"]>
13
14<#assign categoriesOrderBy = OrderByComparatorFactoryUtil.create("AssetCategory", ["modifiedDate", true])>
15
16
17<form action="" class="form-filtros">
18 <div class="filtros__content">
19
20 <#if entries?has_content>
21 <div class="form__group">
22 <label class="form__label" for="category"> Seleccione categorías </label>
23 <select name="categories" id="category" class="form__select" onchange="eventCategory()" >
24 <#list entries as curVocabulary>
25 <#if curVocabulary.groupId = themeDisplay.getSiteGroupId()>
26 <#-- <optgroup label="${curVocabulary.name}"> -->
27 <option value="#" disabled selected> Seleccione: </option>
28 <#assign categories = AssetCategoryService.getVocabularyCategories(curVocabulary.vocabularyId, -1, -1, categoriesOrderBy) />
29 <#if themeDisplay.getLayout().getName(themeDisplay.getLocale()) = "Consultas No Vinculantes">
30 <#assign anho_numerico = "2008"?number />
31
32 <#list categories as cat>
33 <#assign cat_numerico = cat.name?number />
34
35 <#if cat_numerico gte anho_numerico >
36 <option value="${cat.categoryId}">${cat.name}</option>
37 </#if>
38
39 </#list>
40 <#elseif themeDisplay.getLayout().getName(themeDisplay.getLocale()) = "Consultas Vinculantes">
41 <#assign anho_numerico = "2009"?number />
42
43 <#list categories as cat>
44 <#assign cat_numerico = cat.name?number />
45
46 <#if cat_numerico gte anho_numerico >
47 <option value="${cat.categoryId}">${cat.name}</option>
48 </#if>
49
50 </#list>
51 <#elseif themeDisplay.getLayout().getName(themeDisplay.getLocale()) = "Cotizaciones">
52 <#assign anho_numerico = "2010"?number />
53
54 <#list categories as cat>
55 <#assign cat_numerico = cat.name?number />
56
57 <#if cat_numerico gte anho_numerico >
58 <option value="${cat.categoryId}">${cat.name}</option>
59 </#if>
60
61 </#list>
62 <#elseif themeDisplay.getLayout().getName(themeDisplay.getLocale()) = "Decretos">
63 <#assign anho_numerico = "2004"?number />
64
65 <#list categories as cat>
66 <#assign cat_numerico = cat.name?number />
67
68 <#if cat_numerico gte anho_numerico >
69 <option value="${cat.categoryId}">${cat.name}</option>
70 </#if>
71
72 </#list>
73 <#elseif themeDisplay.getLayout().getName(themeDisplay.getLocale()) = "Documentaciones observadas por la AT">
74 <#assign anho_numerico = "2010"?number />
75
76 <#list categories as cat>
77 <#assign cat_numerico = cat.name?number />
78
79 <#if cat_numerico gte anho_numerico >
80 <option value="${cat.categoryId}">${cat.name}</option>
81 </#if>
82
83 </#list>
84 <#elseif themeDisplay.getLayout().getName(themeDisplay.getLocale()) = "Exoneraciones fiscales">
85 <#assign anho_numerico = "2004"?number />
86
87 <#list categories as cat>
88 <#assign cat_numerico = cat.name?number />
89
90 <#if cat_numerico gte anho_numerico >
91 <option value="${cat.categoryId}">${cat.name}</option>
92 </#if>
93 </#list>
94 <#elseif themeDisplay.getLayout().getName(themeDisplay.getLocale()) = "Solicitudes presentadas">
95 <#assign anho_numerico = "2009"?number />
96
97 <#list categories as cat>
98 <#assign cat_numerico = cat.name?number />
99
100 <#if cat_numerico gte anho_numerico >
101 <option value="${cat.categoryId}">${cat.name}</option>
102 </#if>
103 </#list>
104 <#elseif themeDisplay.getLayout().getName(themeDisplay.getLocale()) = "Resoluciones">
105 <#assign anho_numerico = "1992"?number />
106
107 <#list categories as cat>
108 <#assign cat_numerico = cat.name?number />
109
110 <#if cat_numerico gte anho_numerico >
111 <option value="${cat.categoryId}">${cat.name}</option>
112 </#if>
113 </#list>
114 <#elseif themeDisplay.getLayout().getName(themeDisplay.getLocale()) = "Tasas Pasivas Nominales">
115 <#assign anho_numerico = "2015"?number />
116
117 <#list categories as cat>
118 <#assign cat_numerico = cat.name?number />
119
120 <#if cat_numerico gte anho_numerico >
121 <option value="${cat.categoryId}">${cat.name}</option>
122 </#if>
123 </#list>
124 <#elseif themeDisplay.getLayout().getName(themeDisplay.getLocale()) = "Convenios Internacionales">
125 <#assign anho_numerico = "1997"?number />
126
127 <#list categories as cat>
128 <#assign cat_numerico = cat.name?number />
129
130 <#if cat_numerico gte anho_numerico >
131 <option value="${cat.categoryId}">${cat.name}</option>
132 </#if>
133 </#list>
134 <#elseif themeDisplay.getLayout().getName(themeDisplay.getLocale()) = "Otras Normativas Vigentes">
135 <#assign anho_numerico = "1999"?number />
136
137 <#list categories as cat>
138 <#assign cat_numerico = cat.name?number />
139
140 <#if cat_numerico gte anho_numerico >
141 <option value="${cat.categoryId}">${cat.name}</option>
142 </#if>
143 </#list>
144 <#elseif themeDisplay.getLayout().getName(themeDisplay.getLocale()) = "Guías">
145
146 <#list categories as cat>
147 <#if cat.name?contains("Guías")>
148 <#assign guia_sin_prefijo = cat.name?keep_after("Guías ") />
149 <option value="${cat.categoryId}">${guia_sin_prefijo}</option>
150 <#else>
151 <option value="${cat.categoryId}">${cat.name}</option>
152 </#if>
153 </#list>
154 <#else>
155
156
157 <#list categories as cat>
158
159 <option value="${cat.categoryId}">${cat.name}</option>
160
161 </#list>
162 </#if>
163 <#-- </optgroup> -->
164 </#if>
165 </#list>
166 </select>
167 </div>
168 </#if>
169
170 <#-- <div class="form__group">
171 <label for="name" class="form__label"> Buscar aqui </label>
172 <input type="search" id="buscador-input" class="form__input coso" placeholder="Buscar...">
173 </div> -->
174 <#assign url_cur = themeDisplay.getURLPortal()+themeDisplay.getURLCurrent() />
175
176 <#if url_cur?contains("/-/")>
177 <#assign url_init = url_cur?keep_before("/-/categories") />
178 <#else>
179 <#assign url_init = "#" />
180 </#if>
181
182 <a class="btn-small btn-primary-outline" href="${url_init}" style="text-decoration: none;">Limpiar filtro</a>
183 <#-- <button type="reset" class="btn-small btn-primary-outline" id="botonReset"> Limpiar filtro </button> -->
184
185 </div>
186 </form>
187
188 </div>
189 </div>
190
191<script>
192
193var currentURL = "${themeDisplay.getURLCurrent()}";
194console.log(currentURL);
195function eventCategory() {
196
197 let resultCat = currentURL.includes("categories");
198 console.log(resultCat);
199
200 let resultTag = currentURL.includes("tag");
201 console.log(resultTag);
202
203 if(!resultCat & !resultTag){
204
205 window.location.href = currentURL+"/-/categories/"+document.getElementById("category").value;
206
207 }
208
209 else {
210
211 var pathArray = currentURL.split('/-');
212 console.log(pathArray);
213 var url = pathArray[0];
214 console.log(url);
215 window.location.href = url+"/-/categories/"+document.getElementById("category").value;
216 console.log(window.location.href);
217 }
218
219}
220
221let button = document.querySelector("#botonReset");
222
223button.addEventListener("click", function(){window.history.back()}, false);
224
225</script>
Todos los resultados
Content with Años 2026 .
Tipos de cambios del mes de Marzo 2026
| DÓLAR | REAL | PESO ARG. | YEN | EURO | LIBRA | |||||||
| Compra | Venta | Compra | Venta | Compra | Venta | Compra | Venta | Compra | Venta | Compra | Venta | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 01 | 6.450,30 | 6.460,20 | 1.254,36 | 1.256,53 | 4,56 | 4,57 | 41,32 | 41,39 | 7.613,29 | 7.625,62 | 8.680,82 | 8.694,78 |
| 02 | 6.450,30 | 6.460,20 | 1.254,36 | 1.256,53 | 4,56 | 4,57 | 41,32 | 41,39 | 7.613,29 | 7.625,62 | 8.680,82 | 8.694,78 |
| 03 | 6.498,07 | 6.525,41 | 1.221,19 | 1.226,60 | 4,61 | 4,63 | 41,22 | 41,39 | 7.517,61 | 7.549,89 | 8.634,63 | 8.671,61 |
| 04 | 6.542,67 | 6.552,42 | 1.258,01 | 1.260,13 | 4,66 | 4,67 | 41,61 | 41,68 | 7.614,36 | 7.625,71 | 8.754,09 | 8.768,45 |
| 05 | 6.539,45 | 6.545,24 | 1.248,18 | 1.249,57 | 4,65 | 4,65 | 41,50 | 41,54 | 7.584,45 | 7.591,83 | 8.723,62 | 8.732,01 |
| 06 | 6.426,62 | 6.443,22 | 1.215,50 | 1.219,04 | 4,54 | 4,55 | 40,78 | 40,89 | 7.447,16 | 7.467,04 | 8.589,17 | 8.612,00 |
| 07 | 6.426,62 | 6.443,22 | 1.215,50 | 1.219,04 | 4,54 | 4,55 | 40,78 | 40,89 | 7.447,16 | 7.467,04 | 8.589,17 | 8.612,00 |
| 08 | 6.426,62 | 6.443,22 | 1.215,50 | 1.219,04 | 4,54 | 4,55 | 40,78 | 40,89 | 7.447,16 | 7.467,04 | 8.589,17 | 8.612,00 |
| 09 | 6.505,02 | 6.518,06 | 1.249,93 | 1.252,73 | 4,57 | 4,59 | 41,09 | 41,17 | 7.534,11 | 7.549,21 | 8.710,87 | 8.728,98 |
| 10 | 6.487,90 | 6.495,55 | 1.258,56 | 1.260,27 | 4,62 | 4,63 | 41,13 | 41,18 | 7.554,51 | 7.564,06 | 8.735,31 | 8.746,25 |
| 11 | 6.469,60 | 6.478,68 | 1.254,48 | 1.256,53 | 4,63 | 4,64 | 40,76 | 40,82 | 7.489,86 | 7.501,02 | 8.680,27 | 8.693,10 |
| 12 | 6.446,15 | 6.457,22 | 1.231,36 | 1.233,80 | 4,60 | 4,61 | 40,48 | 40,55 | 7.422,74 | 7.436,13 | 8.601,74 | 8.617,15 |
| 13 | 6.486,67 | 6.494,56 | 1.234,12 | 1.235,88 | 4,66 | 4,67 | 40,69 | 40,74 | 7.431,78 | 7.440,82 | 8.596,79 | 8.607,89 |
| 14 | 6.486,67 | 6.494,56 | 1.234,12 | 1.235,88 | 4,66 | 4,67 | 40,69 | 40,74 | 7.431,78 | 7.440,82 | 8.596,79 | 8.607,89 |
| 15 | 6.486,67 | 6.494,56 | 1.234,12 | 1.235,88 | 4,66 | 4,67 | 40,69 | 40,74 | 7.431,78 | 7.440,82 | 8.596,79 | 8.607,89 |
| 16 | 6.473,50 | 6.492,70 | 1.227,69 | 1.231,54 | 4,64 | 4,66 | 40,67 | 40,79 | 7.437,40 | 7.460,11 | 8.609,11 | 8.635,29 |
| 17 | 6.460,05 | 6.466,47 | 1.238,79 | 1.240,24 | 4,62 | 4,63 | 40,62 | 40,66 | 7.446,50 | 7.454,55 | 8.620,29 | 8.629,51 |
| 18 | 6.493,97 | 6.502,38 | 1.248,51 | 1.250,34 | 4,64 | 4,65 | 40,74 | 40,79 | 7.481,71 | 7.492,04 | 8.657,77 | 8.669,63 |
| 19 | 6.521,39 | 6.542,41 | 1.240,40 | 1.244,68 | 4,67 | 4,69 | 41,14 | 41,27 | 7.504,17 | 7.529,01 | 8.709,97 | 8.738,70 |
| 20 | 6.531,28 | 6.537,75 | 1.234,20 | 1.235,73 | 4,68 | 4,69 | 41,05 | 41,09 | 7.535,79 | 7.543,91 | 8.696,40 | 8.705,67 |
| 21 | 6.531,28 | 6.537,75 | 1.234,20 | 1.235,73 | 4,68 | 4,69 | 41,05 | 41,09 | 7.535,79 | 7.543,91 | 8.696,40 | 8.705,67 |
| 22 | 6.531,28 | 6.537,75 | 1.234,20 | 1.235,73 | 4,68 | 4,69 | 41,05 | 41,09 | 7.535,79 | 7.543,91 | 8.696,40 | 8.705,67 |
| 23 | 6.534,34 | 6.545,19 | 1.250,64 | 1.253,03 | 4,70 | 4,71 | 41,26 | 41,33 | 7.596,17 | 7.609,43 | 8.790,00 | 8.805,24 |
| 24 | 6.504,46 | 6.508,23 | 1.235,77 | 1.236,84 | 4,67 | 4,68 | 40,98 | 41,01 | 7.539,97 | 7.544,99 | 8.715,98 | 8.721,68 |
| 25 | 6.535,74 | 6.556,20 | 1.253,52 | 1.257,78 | 4,74 | 4,76 | 41,09 | 41,22 | 7.572,96 | 7.597,32 | 8.751,35 | 8.779,41 |
| 26 | 6.533,62 | 6.542,58 | 1.248,37 | 1.250,37 | 4,76 | 4,77 | 40,95 | 41,01 | 7.544,37 | 7.555,38 | 8.729,57 | 8.742,20 |
| 27 | 6.515,21 | 6.529,08 | 1.245,00 | 1.247,94 | 4,74 | 4,75 | 40,75 | 40,83 | 7.512,03 | 7.528,03 | 8.674,35 | 8.693,47 |
| 28 | 6.515,21 | 6.529,08 | 1.245,00 | 1.247,94 | 4,74 | 4,75 | 40,75 | 40,83 | 7.512,03 | 7.528,03 | 8.674,35 | 8.693,47 |
| 29 | 6.515,21 | 6.529,08 | 1.245,00 | 1.247,94 | 4,74 | 4,75 | 40,75 | 40,83 | 7.512,03 | 7.528,03 | 8.674,35 | 8.693,47 |
| 30 | 6.470,78 | 6.483,47 | 1.232,98 | 1.235,75 | 4,63 | 4,66 | 40,55 | 40,63 | 7.410,33 | 7.424,87 | 8.531,72 | 8.549,11 |
| 31 | 6.480,64 | 6.509,67 | 1.242,95 | 1.248,76 | 4,69 | 4,71 | 40,76 | 40,94 | 7.468,29 | 7.502,39 | 8.557,04 | 8.596,01 |
Tipos de cambios del mes de Febrero 2026
| DÓLAR | REAL | PESO ARG. | YEN | EURO | LIBRA | |||||||
| Compra | Venta | Compra | Venta | Compra | Venta | Compra | Venta | Compra | Venta | Compra | Venta | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 01 | 6.642,19 | 6.656,54 | 1.270,89 | 1.273,98 | 4,59 | 4,60 | 42,95 | 43,05 | 7.900,88 | 7.918,62 | 9.118,40 | 9.139,42 |
| 02 | 6.621,68 | 6.646,68 | 1.259,26 | 1.264,32 | 4,57 | 4,59 | 42,58 | 42,74 | 7.820,86 | 7.851,05 | 9.039,92 | 9.074,71 |
| 03 | 6.615,58 | 6.621,27 | 1.264,57 | 1.265,90 | 4,56 | 4,57 | 42,43 | 42,47 | 7.797,78 | 7.804,49 | 9.039,52 | 9.047,96 |
| 04 | 6.602,09 | 6.604,59 | 1.259,15 | 1.259,94 | 4,56 | 4,57 | 42,18 | 42,20 | 7.802,35 | 7.805,31 | 9.038,26 | 9.042,35 |
| 05 | 6.600,21 | 6.614,08 | 1.258,12 | 1.261,00 | 4,56 | 4,58 | 42,10 | 42,20 | 7.791,54 | 7.808,59 | 8.941,30 | 8.960,76 |
| 06 | 6.591,16 | 6.596,67 | 1.260,77 | 1.262,11 | 4,59 | 4,59 | 42,00 | 42,04 | 7.790,75 | 7.797,92 | 8.969,25 | 8.977,41 |
| 07 | 6.591,16 | 6.596,67 | 1.260,77 | 1.262,11 | 4,59 | 4,59 | 42,00 | 42,04 | 7.790,75 | 7.797,92 | 8.969,25 | 8.977,41 |
| 08 | 6.591,16 | 6.596,67 | 1.260,77 | 1.262,11 | 4,59 | 4,59 | 42,00 | 42,04 | 7.790,75 | 7.797,92 | 8.969,25 | 8.977,41 |
| 09 | 6.579,28 | 6.585,18 | 1.268,47 | 1.269,95 | 4,60 | 4,61 | 42,28 | 42,32 | 7.845,14 | 7.852,17 | 8.981,38 | 8.990,09 |
| 10 | 6.596,99 | 6.611,33 | 1.267,41 | 1.270,38 | 4,69 | 4,70 | 42,73 | 42,83 | 7.853,71 | 7.870,79 | 9.010,82 | 9.031,08 |
| 11 | 6.575,56 | 6.593,49 | 1.269,85 | 1.273,61 | 4,68 | 4,70 | 42,87 | 42,99 | 7.801,90 | 7.823,83 | 8.983,53 | 9.008,02 |
| 12 | 6.555,30 | 6.562,23 | 1.271,15 | 1.272,76 | 4,71 | 4,72 | 42,88 | 42,93 | 7.791,63 | 7.800,53 | 8.961,09 | 8.971,23 |
| 13 | 6.531,94 | 6.540,11 | 1.246,20 | 1.248,07 | 4,68 | 4,69 | 42,68 | 42,74 | 7.746,89 | 7.757,23 | 8.900,43 | 8.912,21 |
| 14 | 6.531,94 | 6.540,11 | 1.246,20 | 1.248,07 | 4,68 | 4,69 | 42,68 | 42,74 | 7.746,89 | 7.757,23 | 8.900,43 | 8.912,21 |
| 15 | 6.531,94 | 6.540,11 | 1.246,20 | 1.248,07 | 4,68 | 4,69 | 42,68 | 42,74 | 7.746,89 | 7.757,23 | 8.900,43 | 8.912,21 |
| 16 | 6.435,21 | 6.451,69 | 1.231,95 | 1.235,44 | 4,60 | 4,61 | 41,95 | 42,06 | 7.629,58 | 7.649,13 | 8.773,76 | 8.796,88 |
| 17 | 6.473,08 | 6.485,73 | 1.239,20 | 1.241,95 | 4,63 | 4,64 | 42,16 | 42,24 | 7.650,53 | 7.665,49 | 8.750,96 | 8.768,71 |
| 18 | 6.478,93 | 6.488,38 | 1.240,32 | 1.242,46 | 4,61 | 4,62 | 41,97 | 42,04 | 7.658,74 | 7.670,56 | 8.775,71 | 8.789,16 |
| 19 | 6.459,93 | 6.470,47 | 1.234,32 | 1.236,66 | 4,65 | 4,65 | 41,62 | 41,69 | 7.589,77 | 7.602,80 | 8.684,08 | 8.698,90 |
| 20 | 6.451,46 | 6.471,18 | 1.242,58 | 1.246,61 | 4,65 | 4,67 | 41,54 | 41,67 | 7.594,02 | 7.617,87 | 8.697,22 | 8.725,09 |
| 21 | 6.451,46 | 6.471,18 | 1.242,58 | 1.246,61 | 4,65 | 4,67 | 41,54 | 41,67 | 7.594,02 | 7.617,87 | 8.697,22 | 8.725,09 |
| 22 | 6.451,46 | 6.471,18 | 1.242,58 | 1.246,61 | 4,65 | 4,67 | 41,54 | 41,67 | 7.594,02 | 7.617,87 | 8.697,22 | 8.725,09 |
| 23 | 6.449,65 | 6.456,38 | 1.253,09 | 1.254,64 | 4,72 | 4,74 | 41,78 | 41,82 | 7.615,10 | 7.623,69 | 8.719,92 | 8.729,67 |
| 24 | 6.435,48 | 6.446,58 | 1.248,54 | 1.250,99 | 4,68 | 4,69 | 41,28 | 41,36 | 7.577,78 | 7.591,49 | 8.699,48 | 8.715,13 |
| 25 | 6.454,42 | 6.458,25 | 1.250,40 | 1.251,41 | 4,65 | 4,66 | 41,26 | 41,29 | 7.611,70 | 7.616,86 | 8.732,83 | 8.738,66 |
| 26 | 6.447,21 | 6.456,85 | 1.251,89 | 1.254,12 | 4,56 | 4,57 | 41,36 | 41,43 | 7.616,74 | 7.628,77 | 8.737,26 | 8.750,97 |
| 27 | 6.450,30 | 6.460,20 | 1.254,36 | 1.256,53 | 4,56 | 4,57 | 41,32 | 41,39 | 7.613,29 | 7.625,62 | 8.680,82 | 8.694,78 |
| 28 | 6.450,30 | 6.460,20 | 1.254,36 | 1.256,53 | 4,56 | 4,57 | 41,32 | 41,39 | 7.613,29 | 7.625,62 | 8.680,82 | 8.694,78 |
Tipos de cambios del mes de Enero 2026
| DÓLAR | REAL | PESO ARG. | YEN | EURO | LIBRA | |||||||
| Compra | Venta | Compra | Venta | Compra | Venta | Compra | Venta | Compra | Venta | Compra | Venta | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 01 | 6.572,46 | 6.585,55 | 1.195,47 | 1.198,00 | 4,50 | 4,51 | 42,04 | 42,13 | 7.728,55 | 7.743,95 | 8.847,84 | 8.866,13 |
| 02 | 6.719,39 | 6.738,95 | 1.234,89 | 1.238,73 | 4,58 | 4,60 | 42,85 | 42,98 | 7.883,85 | 7.907,49 | 9.050,34 | 9.077,37 |
| 03 | 6.719,39 | 6.738,95 | 1.234,89 | 1.238,73 | 4,58 | 4,60 | 42,85 | 42,98 | 7.883,85 | 7.907,49 | 9.050,34 | 9.077,37 |
| 04 | 6.719,39 | 6.738,95 | 1.234,89 | 1.238,73 | 4,58 | 4,60 | 42,85 | 42,98 | 7.883,85 | 7.907,49 | 9.050,34 | 9.077,37 |
| 05 | 6.746,68 | 6.758,35 | 1.244,20 | 1.246,56 | 4,58 | 4,59 | 43,07 | 43,15 | 7.890,91 | 7.904,56 | 9.096,55 | 9.112,96 |
| 06 | 6.613,04 | 6.628,89 | 1.231,94 | 1.235,03 | 4,50 | 4,51 | 42,26 | 42,37 | 7.740,56 | 7.759,77 | 8.940,17 | 8.962,25 |
| 07 | 6.498,87 | 6.500,46 | 1.204,86 | 1.205,29 | 4,41 | 4,42 | 41,50 | 41,52 | 7.596,53 | 7.599,04 | 8.766,33 | 8.769,13 |
| 08 | 6.509,76 | 6.548,92 | 1.208,82 | 1.216,25 | 4,46 | 4,48 | 41,47 | 41,72 | 7.596,89 | 7.643,24 | 8.750,42 | 8.803,71 |
| 09 | 6.610,24 | 6.620,94 | 1.231,67 | 1.233,89 | 4,50 | 4,51 | 41,81 | 41,88 | 7.684,40 | 7.696,85 | 8.855,73 | 8.870,74 |
| 10 | 6.610,24 | 6.620,94 | 1.231,67 | 1.233,89 | 4,50 | 4,51 | 41,81 | 41,88 | 7.684,40 | 7.696,85 | 8.855,73 | 8.870,74 |
| 11 | 6.610,24 | 6.620,94 | 1.231,67 | 1.233,89 | 4,50 | 4,51 | 41,81 | 41,88 | 7.684,40 | 7.696,85 | 8.855,73 | 8.870,74 |
| 12 | 6.758,81 | 6.779,88 | 1.258,46 | 1.262,52 | 4,61 | 4,63 | 42,80 | 42,93 | 7.892,27 | 7.917,54 | 9.105,47 | 9.134,53 |
| 13 | 6.784,17 | 6.790,87 | 1.259,73 | 1.261,19 | 4,62 | 4,63 | 42,66 | 42,70 | 7.900,84 | 7.909,32 | 9.117,92 | 9.126,92 |
| 14 | 6.750,99 | 6.755,94 | 1.254,46 | 1.255,54 | 4,64 | 4,64 | 42,63 | 42,66 | 7.866,26 | 7.872,02 | 9.080,09 | 9.087,42 |
| 15 | 6.702,55 | 6.717,15 | 1.244,69 | 1.247,57 | 4,64 | 4,65 | 42,25 | 42,34 | 7.779,65 | 7.797,26 | 8.967,34 | 8.987,54 |
| 16 | 6.656,89 | 6.677,14 | 1.236,56 | 1.240,53 | 4,64 | 4,66 | 42,16 | 42,29 | 7.738,64 | 7.762,18 | 8.921,57 | 8.949,37 |
| 17 | 6.656,89 | 6.677,14 | 1.236,56 | 1.240,53 | 4,64 | 4,66 | 42,16 | 42,29 | 7.738,64 | 7.762,18 | 8.921,57 | 8.949,37 |
| 18 | 6.656,89 | 6.677,14 | 1.236,56 | 1.240,53 | 4,64 | 4,66 | 42,16 | 42,29 | 7.738,64 | 7.762,18 | 8.921,57 | 8.949,37 |
| 19 | 6.674,95 | 6.682,03 | 1.243,84 | 1.245,30 | 4,65 | 4,67 | 42,28 | 42,32 | 7.770,31 | 7.778,55 | 8.959,12 | 8.968,62 |
| 20 | 6.696,54 | 6.698,15 | 1.245,57 | 1.246,10 | 4,66 | 4,67 | 42,37 | 42,38 | 7.851,02 | 7.853,58 | 9.014,21 | 9.017,04 |
| 21 | 6.730,37 | 6.747,41 | 1.262,26 | 1.265,67 | 4,70 | 4,72 | 42,56 | 42,68 | 7.889,34 | 7.909,99 | 9.053,02 | 9.076,61 |
| 22 | 6.684,28 | 6.690,45 | 1.257,93 | 1.259,21 | 4,68 | 4,69 | 42,19 | 42,23 | 7.839,32 | 7.846,56 | 9.003,05 | 9.012,03 |
| 23 | 6.714,14 | 6.726,75 | 1.270,10 | 1.272,68 | 4,69 | 4,70 | 42,42 | 42,50 | 7.889,12 | 7.904,61 | 9.099,01 | 9.116,77 |
| 24 | 6.714,14 | 6.726,75 | 1.270,10 | 1.272,68 | 4,69 | 4,70 | 42,42 | 42,50 | 7.889,12 | 7.904,61 | 9.099,01 | 9.116,77 |
| 25 | 6.714,14 | 6.726,75 | 1.270,10 | 1.272,68 | 4,69 | 4,70 | 42,42 | 42,50 | 7.889,12 | 7.904,61 | 9.099,01 | 9.116,77 |
| 26 | 6.695,92 | 6.709,26 | 1.269,32 | 1.272,02 | 4,65 | 4,67 | 43,53 | 43,62 | 7.950,06 | 7.966,57 | 9.170,73 | 9.189,67 |
| 27 | 6.714,98 | 6.715,80 | 1.285,78 | 1.286,18 | 4,66 | 4,66 | 43,85 | 43,86 | 8.029,77 | 8.030,76 | 9.252,57 | 9.254,37 |
| 28 | 6.705,26 | 6.715,19 | 1.289,10 | 1.291,33 | 4,66 | 4,67 | 43,72 | 43,79 | 8.014,12 | 8.026,00 | 9.232,47 | 9.246,82 |
| 29 | 6.689,78 | 6.706,19 | 1.285,14 | 1.288,61 | 4,63 | 4,64 | 43,68 | 43,79 | 8.003,65 | 8.023,96 | 9.241,26 | 9.264,61 |
| 30 | 6.642,19 | 6.656,54 | 1.270,89 | 1.273,98 | 4,59 | 4,60 | 42,95 | 43,05 | 7.900,88 | 7.918,62 | 9.118,40 | 9.139,42 |
| 31 | 6.642,19 | 6.656,54 | 1.270,89 | 1.273,98 | 4,59 | 4,60 | 42,95 | 43,05 | 7.900,88 | 7.918,62 | 9.118,40 | 9.139,42 |