Web queries

  • Thread starter Thread starter Heine
  • Start date Start date
H

Heine

Hello everybody,

I wondered if anyone has some experience working with web queries as a
source for data import. What are the typical problems one faces? I had
an idea of trying to import tables from different bookmakers
stockbrokers etc to compare their live odds, quotes etc. Are there any
special requirements for the web pages etc? Would it at all be possible
and somewhat simple? Ideas and thoughts on this will be much
appreciated.

Best regards,

Heine
 
Its easy, the easiest thing to do is check what is sent to the servers when
you make a request, and change it to suit.
e.g
yahoo for example is easy
http://finance.yahoo.com/q?s=f
f is Ford's symbol

You can retrieve data like that or just web query, typically you only need
to do it like this if there are passwords involved
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top