Languages

Menu
Sites
Language
How to retrieve yahoo currency performance live basic chart

Hi,

I have developed currency converter and retrieve the live currency rate.In my application i want to retrive yahoo basic chart of currency.How can i do this.

My graph should look like this

https://in.finance.yahoo.com/q?s=usdinr=x

please help me

 

 

thanks and regards

Mohit Kumar

 

Responses

5 Replies
Vikram

Hello,

How about you check canvas JS chart?

HTML5 JavaScript Charts
An easy to use HTML5 JavaScript Charting library built on Canvas element. Charts can render across devices including iPhone, iPad, Android, Windows Phone, Desktops, etc. This allows you to create rich dashboards that can work across devices without compromising on maintainability or functionality of your web application. Graphs include several good looking themes and are 10x faster than conventional Flash / SVG based Libraries – resulting in lightweight, beautiful and responsive dashboards. 

     http://canvasjs.com/

 

 

pius lee

I recommend D3.js

D3 is data driven document.

Check examples

https://github.com/mbostock/d3/wiki/Gallery

 

John Ixion

chart.js tutorial: https://developer.tizen.org/documentation/articles/create-animated-charts-chart.js

other tools: http://thenextweb.com/dd/2015/04/21/the-14-best-data-visualization-tools/

AVSukhov

Hello,

first you need to find the interface (or service ) the yahoo provide to get the chart.

Or you can try load it in iframe.

Seoghyun Kang

Hello,

 

I remember that you are using the jQuery.

 

How about using the jQuery plugin? Please refer the following url.

http://highcharttable.org/

 

It is very easy.