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

Requests:
 Headlines
 Symbol News
 Category News
 Most Actives
 Summary Teaser
 Summary
Sample Code:
 Coldfusion
 ASP
 JSP
 PHP
 Perl
 
ASP
FinWin owes it's thanks to William Taylor, from http://www.4sitesol.com, for the excellent and concise example found below.

Active Server Page Example
<%

Dim content, intRowCount
intRowCount = Request.Form("RowCount")
if intRowCount 	= "" then   intRowCount	= "10"
Request_POST = 	1
Set HttpObj  = Server.CreateObject("SOFTWING.AspTear")
FinwinURL 	 = "http://www.finwin.com/processCT/ProcessNewsTag.cfm"
PostData = "username=yourusername&password=yourpassword&id=1183&request=headlines&rowcount=" & intRowCount &"&type=query"
content = HttpObj.Retrieve(FinwinURL, Request_POST,PostData, "", "")
'Response.write(content)
' Create a new serializer "object" to do our work for us
set MyDeser = Server.CreateObject("WDDX.Deserializer.1")
set MyRs = Server.CreateObject("WDDX.Recordset.1")
set MyRS = MyDeser.deserialize(content)
for RowNum = 1 to MyRs.getRowCount
%>
	<a href=<% =MyRs.getfield(clng(RowNum),"URL") %>><% =MyRS.getField(clng(RowNum),"TITLE") %></a><br>
<%
next
%>

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