Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello!

Let me just to start with saying that I'm really new to coding (started yesterday at the university).

Me and some family and friends have started an investment portfolio in which we have some stock, some silver and some gold. I want to create a website that displays the value of the portfolio. So what I'm trying to do is gather info from another site.

I want to gather the info at the "yellow line", right to "Köp" and "Sälj" (blue and red bottons).

How is this done? I've been googling for quite a while, but can't find anything that makes sense to me.

Thanks in advance!
Posted
Comments
Naveen.Sanagasetti 7-Oct-15 5:24am    
If you want styles on your button controls then apply CSS styles over there, you need to prepare those by applying styles as you want.
Member 12039355 7-Oct-15 5:34am    
That is not the question. The question is how to gather info from other websites. Thanks anyway :)

1 solution

You shouldn't take data from other people's sites. Not only is it unethical, but if they change the mark-up of their site your code will likely break. Instead you should use a stock api from a service provider that implements such a thing. If you google you'll find a few that are free to use

https://www.quandl.com/blog/api-for-stock-data[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900