[R-SIG-Finance] Extracting data from a web

Chirag Anand @n@nd@ch|r@g @end|ng |rom gm@||@com
Fri Jul 31 09:53:08 CEST 2020


On Thu, 30 Jul 2020 at 21:31, Pedro páramo <percentil101 using gmail.com> wrote:

> I want to folow a fund and I see I can obtain data from here but I have to
> Mark the dates on the web previously, there is no a txt ir CSV, is there a
> way to extract the values from a line in a .R on a web like this?
>

Try using XML::htmlTreeParse(). The line data seems to be coded very nicely
in a `<ul`>` and a few `<li>` with a tagged `class`.

	[[alternative HTML version deleted]]



More information about the R-SIG-Finance mailing list