| gif | history | intraday | java | news | objects | options | quote | soap | spots | tickers | weather | end of day | wddx |

Requests:
 Quote
 Chart
 Lookup
Sample Code:
 Coldfusion
 ASP
 JSP
 PHP
 Perl
 
About Finwin Quotes (Charts)

Finwin Charts returns the applet code for FinWin's Java Chart applet. The code will be preformatted for width, height, background color and toolbar color. Note: This is NOT xml return data. The chart method ONLY returns HTML style applet code. If you want raw data for your own charting purposes, check out history or intraday data.

Required Parameters
URL = http://www.finwin.com/processct/processquotetag.cfm Username = myUsername
Password = myPassword
Id = 1183
Request = Chart
Symbol = a single symbol for the instrument you are charting.
 
Optional Parmeters
Width - default is 500
Height - default is 375
*Bgcolor - The background color of the chart.
*Tbcolor - The color of the toolbar.

*The attribute takes a hex value in the format of 0x. For example, to set the value to "white" (ffffff), you would pass 0xFFFFFF.
 
Cold Fusion Example
<cf_stockinfo 
      request="CHART"
      username="myUsername"
      password="myPassword"
      id="1183"
      symbol="MSFT"
      width="500"
      height="375"
      tbcolor="0xeeeeee"
      bgcolor="0xffffff">
ASP Example
Dim strSymbol
strSymbol   = Request.Form("Symbol")
  
Request_POST = 	1
Set HttpObj  = Server.CreateObject("SOFTWING.AspTear")
FinwinURL 	 = "Http://www.finwin.com/processCT/ProcessQuoteTag.cfm"

PostData = "username=MyUsername&password=MyPassword&id=1183&request=Chart&Symbol=" & strSymbol & 
"&width=500&height=375&tbcolor=0xeeeeee&bgcolor=0xffffff"

content = HttpObj.Retrieve(FinwinURL, Request_POST,PostData, "", "")
Response.write(content)
Quotes (Type = Chart) Example:

DTN Market Access
9110 West Dodge Road, Suite 200   Omaha, Nebraska 68114
Copyright 2010, All rights reserved