Yahoo Finance API like chart

2019-05-31 08:46发布

I want to create a chart very similar to yahoo Finance interactive chart in a .NET application. The interactive chart on Yahoo finance is not included in their developer API. Has anyone tried to leverage their API to create a similar chart? Although the chart is very much like the one used on Yahoo, the data used for my analysis is not Stock data. So, I will not be able to call the Yahoo Url by feeding any query params.

Any suggestions?

标签: charts
3条回答
太酷不给撩
2楼-- · 2019-05-31 09:01

You might consider Infragistics Web Charts also.

查看更多
何必那么认真
3楼-- · 2019-05-31 09:04

amCharts Stock chart is of the same breed. It's Flash based but you can easily use it with any server side engine. Not sure whether you are looking for web or windows solution though.

查看更多
▲ chillily
4楼-- · 2019-05-31 09:17

If your looking at a web based chart, the flot graphs for jQuery are a good option IMHO. They look pretty schnazzy, are interactive and are very simple to get working.

http://plugins.jquery.com/project/flot

查看更多
登录 后发表回答