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

Requests:
 Headlines
  Types:
   ·Query
   ·HeadlineXML
   ·Table
   ·TableNoJS
   ·Array
 Symbol News
 Category News
 Most Actives
 Summary Teaser
 Summary
Sample Code:
 Coldfusion
 ASP
 JSP
 PHP
 Perl
 
Headlines (Table)
Headlines Type=TableNo returns a pre-formatted HTML table with colors you chose when you subscribed to FinWin. The table retrieve has a javascript function causing stories to pop-up in an undecorated pre-sized window.

Required Parameters
URL = http://www.finwin.com/processct/processnewstag.cfm Username = myUsername
Password = myPassword
Id = 1183
Request = Headlines
Type = Table
 
Optional Parmeters
Rowcount = 5  - max of 25
Target = _blank  - default is _self
Width = 525  - default is 525
 
Cold Fusion Example
       <cf_finwinnews
	request="Headlines"
	type="Table"
	rowcount="5"
	username="myUsername"
	password="myPassword"
	newurl="http://www.somedomain.com/story_handler.cfm"
	width="550"
	id="1183">
ASP Example
Dim content, intRowCount 
intRowCount = Request.Form("RowCount")

if intRowCount = "" 
then
  intRowCount = "5"
end if
  
Request_POST = 	1
Set HttpObj  = Server.CreateObject("SOFTWING.AspTear")
FinwinURL 	 = "Http://www.finwin.com/processCT/ProcessNewsTag.cfm"

PostData = "username=MyUserName&password=mypassword&id=1183&request=headlines&rowcount=" & 
intRowCount & "&type=table&newurl=http://www.somedomain.com/story_handler.asp&width=550"

 
content = HttpObj.Retrieve(FinwinURL, Request_POST,PostData, "", "")
Response.write(content)
Headlines (Type = Table) Example:
 
 Latest Financial Headlines (Central Time)
Market Summary - ...
  • 11:13 PM (PRN) VTI Introduces 4th Generation "Smart" Dynamic Signal Analyzers full story
  • 11:12 PM (BW) NCKU to Collaborate with IBM Thomas J. Watson Research Center to Se... full story
  • 11:02 PM (PRN) Following Is a Test Release full story
  • 10:39 PM (BW) USC School of Cinematic Arts Presents "The Power of Film to Create ... full story
  • 10:32 PM (PRN) SGOCO Group, Ltd. Relocates Corporate Headquarters to Beijing full story

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