|
|
SymbolNews Type=Story returns a Query recordset with the same columns as
Type=Query attributes and are listed below. Story however, returns only a single story based
on the storynumber parameter. Storynumber is a value you obtain from
either a headline query or a symbol news query. A list of story number
is also a part of a quote packet returned by the FinWin quote appliciation.
- Headlines - Usually one, but sometimes 2 or 3 headlines in a list separated by a piping sign ( | ). If there is more than one, the first headline is the main header and subsequent headlines are subheaders.
- Source - An abbreviation of the news source. IW = Internet Wire, DTN = DTN Market Access NewsRoom, PZ = Prime Zone, BW = BizWire, PR = PR News Wire, AP = AP on-line news, BTU = BTU Energy News.
- Title - included for backward compatibility. This is the first Headline.
- TimeStamp - The date and time the story was filed.
- Story - Full text of the story.
- Story_id - The storynumber. You can use this to story and retrieve the story again if you wish.
- Related Symbols - A list of Symbols that were found in this story that also has news stories related to them.
- Related Keywords - A list of keywords that have other stories relate to them. These words are usually extracted from the Title
- Date_line - This is a string-formatted date line take from the published story, rather than stored from when the story was filed (as in timestamp).
- CoCity - (if applicable) the city of the company that is the subject of the story.
- CompanyName - (if applicable) the full name of the Company that is the subject of the story.
- CoState - (if applicable) the state of the company that is the subject of the story.
- CoZip - (if applicable) the zip code of the company that is the subject of the story.
|
Required Parameters
|
URL = http://www.finwin.com/processct/processnewstag.cfm
Username = myUsername
Password = myPassword
Id = 1183
Request = SymbolNews
Type = Story
StoryNumber = 14186896
|
|
|
|
Optional Parmeters
|
*Queryname = Story
* Will work only when using Cold Fusion with Finwin's custom tags
|
|
| |
| Example WDDX Packet |
|
Symbol News Story
|
| |
|
Cold Fusion Example
|
<cf_finwinnews
request="SymbolNews"
type="Story"
queryname="story"
storynumber="14186896"
username="myusername"
password="mypassword"
id="1183">
|
|
|
|
ASP Example
|
Dim content
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=symbolnews" &
"&type=story&storynumber=14186896"
content = HttpObj.Retrieve(FinwinURL, Request_POST,PostData, "", "")
Response.write(content)
|
|
| SymbolNews (Type = Story) Example: |
|
|
|
(RTTNews) - Symbio Chosen By Microsoft As Microsoft Mediaroom Set-top Box Integration, Testing Partner
For comments and feedback: contact editorial@rttnews.com
Copyright(c) 2010 RTTNews.com, Inc. All Rights Reserved
|
|
DTN Market Access
9110 West Dodge Road, Suite 200 Omaha, Nebraska 68114
Copyright 2010, All rights reserved
|
|
|
|
|