Hola a todos alguien tiene o pudo obtener la cotizacion dolar banco nacion (
https://www.bna.com.ar/Personas)..
yo obtengo la pagina con el siguiente codigo:
url = "
https://www.bna.com.ar/Personas"
oIE = CREATEOBJECT("internetexplorer.application")
oIE.Navigate(url)
otbody = oIE.Document.getelementsbytagname('table cotizacion')
pero no puedo depurar para meterlos en un cursor..
El html de la pagina esta la info asi..
<table class="table cotizacion">
<thead>
<tr>
<th class="fechaCot">11/3/2022</th>
<th>Compra</th>
<th>Venta</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tit">Dolar U.S.A</td>
<td>108,0000</td>
<td>114,0000</td>
</tr>
<tr>
<td class="tit">Euro</td>
<td>117,5000</td>
<td>124,5000</td>
</tr>
<tr>
<td class="tit">Real *</td>
<td>2000,0000</td>
<td>2300,0000</td>
</tr>
</tbody>
</table>
si alguien puede ayudar..