Obtener cotizacion Dolar..

109 views
Skip to first unread message

sixto diaz

unread,
Mar 12, 2022, 8:59:35 AM3/12/22
to Comunidad de Visual Foxpro en Español
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..

Ignacio Debole

unread,
Mar 12, 2022, 9:38:43 AM3/12/22
to publice...@googlegroups.com
yo tengo esto que está andando.
saludos


--
Blog de la Comunidad Visual FoxPro en Español: http://comunidadvfp.blogspot.com
---
Has recibido este mensaje porque estás suscrito al grupo "Comunidad de Visual Foxpro en Español" de Grupos de Google.
Para cancelar la suscripción a este grupo y dejar de recibir sus mensajes, envía un correo electrónico a publicesvfoxp...@googlegroups.com.
Para ver esta conversación en el sitio web, visita https://groups.google.com/d/msgid/publicesvfoxpro/7ecc1cbb-5697-4830-a973-7aff1cf5f7a7n%40googlegroups.com.
bna.prg

sixto diaz

unread,
Mar 14, 2022, 10:25:30 AM3/14/22
to Comunidad de Visual Foxpro en Español
Gracias.. lo voy a probar..
Reply all
Reply to author
Forward
0 new messages