XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume...

36
LimasFeed 2.60 XML Programming Guide Build Version 2.6.0.13 ©2002-2003 PT.Limas Stokhomindo, Tbk. Document Last Update 2003.07.07

Transcript of XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume...

Page 1: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

LimasFeed™ 2.60

XML

Programming Guide

Build Version 2.6.0.13

©2002-2003 PT.Limas Stokhomindo, Tbk.

Document Last Update 2003.07.07

Page 2: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

Daftar Isi Loading Method ........................................................................................................ 4 In VB/VBScript...................................................................................................... 4 In JScript ............................................................................................................ 4 In C# (.NET framework) ........................................................................................ 4 Address ................................................................................................................. 4 Port ...................................................................................................................... 4 Query Command String............................................................................................ 4 Financial Content: ............................................................................................... 5 Standard Parameters ............................................................................................. 6 Extended Parameters ............................................................................................. 6

Command Definitions ................................................................................................ 7 Running Trade ....................................................................................................... 7 Buy-Sell Queue...................................................................................................... 7 Stock Exchange...................................................................................................... 8 Top Gainers / Top Losers ................................................................................... 10 Market Summary.................................................................................................... 11 Board Market ....................................................................................................... 12 Broker Transactions ........................................................................................... 12 Bond .................................................................................................................... 13 Indices ............................................................................................................... 14 Sum Indices......................................................................................................... 14 Index Movers ....................................................................................................... 15 Flash News .......................................................................................................... 16 News .................................................................................................................... 17 News Content ....................................................................................................... 18 Regional Indices ................................................................................................ 19 Currency ............................................................................................................. 20 Share-X ............................................................................................................... 21 Broker-X ............................................................................................................. 21 Market Review ..................................................................................................... 22 Company Review.................................................................................................... 22 JIBOR .................................................................................................................. 23 JIBOR History ..................................................................................................... 23 SIBOR .................................................................................................................. 24 Pasar Sekunder.................................................................................................... 24 Pasar Sekunder History ...................................................................................... 25 Management Investment Profile ........................................................................... 25 Reksadana Profile............................................................................................... 26 PUAB .................................................................................................................... 26 PUAB History ....................................................................................................... 27 Bank Master......................................................................................................... 28 List of Expert Analyst ...................................................................................... 28 Analyst Content .................................................................................................. 28 Suku Bunga Dasar Kredit ..................................................................................... 29 Suku Bunga Dasar Kredit History........................................................................ 29 Deposito ............................................................................................................. 30 Deposito History ................................................................................................ 30 SBI (Sertifikat Bank Indonesia)........................................................................ 31 Kurs Agregat ....................................................................................................... 31 Kurs Agregat History.......................................................................................... 32

Page 3: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

IPO SSX ............................................................................................................... 33 IPO JSX ............................................................................................................... 33 Kurs Bank Indonesia ........................................................................................... 33 Kurs Bank Indonesia History .............................................................................. 34 Makro .................................................................................................................. 34 SSX Rekomendation............................................................................................... 35 JSX Rekomendation............................................................................................... 35 NAV...................................................................................................................... 36 Graphic Currency ................................................................................................ 36

Page 4: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

Loading Method In VB/VBScript

… Dim xml as new MSXML2.DomDocument xml.assync = False xml.Load "http://<address>[:<port>]/<query command string>" …

In JScript

… var xml = Server.CreateObject ("MSXML2.DomDocument"); xml.assync = false; xml.load("http://<address>[:<port>]/<query command string>"); …

In C# (.NET framework)

… using System.Xml; … XmlDataDocument xml = new XmlDataDocument(); xml.load("http://<address>[:<port>]/<query command string>"); …

Address

Address of Limasfeed server is : http://feed.limas.com/

Port

Default port is 80

Query Command String

<command>[?<parameter>=<value>[&<parameter>=<value>[&...]]] Note: Query Command String is Case Insensitive

Page 5: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

Financial Content:

1. Running Trade 2. Buy-Sell Queue 3. Stock Exchange 4. Top Gainers/Losers 5. Market Summary 6. Board Market 7. Broker Transactions 8. Bond 9. Local Index 10. Summary of Local Index 11. Index Movers 12. Flash News 13. News 14. News Content 15. Regional Index 16. Currency 17. Share-X 18. Broker-X 19. Market Review 20. Company Review 21. JIBOR 22. JIBOR History 23. SIBORPasar Sekunder 24. Pasar Sekunder History 25. Management Investment Profile 26. Reksadana Profile 27. PUAB 28. PUAB History 29. Bank Master 30. List of Expert Analyst 31. Analyst Content 32. Suku Bunga Dasar Kredit 33. Suku Bunga Dasar Kredit History 34. Deposito 35. Deposito History 36. Kurs Aggregat 37. Kurs Aggregat History 38. Kurs Bank Indonesia 39. Kurs Bank Indonesia History 40. SSX Recommendation 41. JSX Recommendation 42. IPO SSX 43. IPO JSX 44. Makro 45. SBI (Sertifikat Bank Indonesia) 46. NAV 47. Graphic Currency

Page 6: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

Standard Parameters

1. Market Target market name, JSX,SSX,FUT (for local market) or SNP (for regional market). For local market, default is JSX. (except for Bond: SSX only).

2. Fields List of wanted fields (resulting XML node), in square brackets and separated with commas. By default all fields will be given.

Extended Parameters

1. Sortby List of sorting rules, in square brackets and separated with commas. By default records will be unsorted. The rules is composed as: ”[fieldname {[asc]|desc}, fieldname {[asc]|desc},...]”.

2. First Starting index (from sorted-record, if specified). By default it's starting at 0.

3. Count Number of records. By default all of these will be given. Except for “Running Trade” (40 records only), "News" and "Flash News" (10 records only).

Page 7: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

Command Definitions Running Trade Command : Runningtrade Supports extended parameters : Yes Specific Parameters :

Name Description

Stocks List of codes of wanted stocks, in square brackets and separated with commas. By default all stocks will be given.

Buyers List of codes of buying-brokers, in square brackets and separated with commas. By default all buyers will be given.

Sellers List of codes of selling-brokers, in square brackets and separated with commas. By default all sellers will be given.

Available XML nodes :

Field Name Field Type Description Recdate Integer Date of updated record Rectime integer Time of updated record Stockcode string Code of Stock, example : LMAS Lastdone integer Last Done Lastvol integer Last Volume Lastlot integer Last Lot Change integer Change Buyertype string Type of Buyer Sellertype string Type of Seller Buyerid string Buyer ID Sellerid string Seller ID Boardid string Board ID

Example :

http://feed.limas.com/?runningtrade?fields=[rectime,stockcode,lastdone]&market=jsx&stocks=lmas

Buy-Sell Queue Command : Buysellqueue Supports extended parameters : No Specific Parameters :

Name Description

Stocks List of codes of wanted stocks, in square brackets and separated with commas. By default all stocks will be given.

Available XML nodes :

Page 8: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

Field Name Field Type Description Recdate integer Date of updated record Rectime integer Time of updated record Stockcode string Code of Stock, example : LMAS

See Stock List Sample Status integer Buy (Status=0), Sell (Status=1) Price integer Price value of Stock Volume integer Volume of Stock Lot integer Lot of Stock Order integer Order number of Stock

Example :

http://feed.limas.com/?buysellqueue?fields=[rectime,stockcode,price,status=1]&market=jsx&stocks=lmas

Stock Exchange Command : Stockexchange Supports extended parameters : Yes Specific Parameters :

Name Description

Stocks List of codes of wanted stocks, in square brackets and separated with commas. By default all stocks will be given.

Boards List of codes of wanted boards, in square brackets and separated with commas. By default only regional board will be given

Mostactive

Most active stock indicator. If it's set to no/falsethen all available stocks will be given, else if it's either set to yes/true or undeclared then only active stocks will be be given. Warning: LastDone field of any inactive stocks may be zero, to get the correct current price use prevprice field instead.

Available XML nodes (For JSX and SSX equities) :

Field Name Field Type Description recdate integer Date of updated record rectime integer Time of updated record stockcode string Code of Stock, example : LMAS

See Stock List Sample stockname string Stock Name boardcode string Board Code openprice integer Open Price lowprice integer Low Price highprice integer High Price lastdone integer Last Done lastvolume integer Last Volume lastlot integer Last Lot prevprice integer Previous Price change integer Change changepct float Change Percent totalvalue integer Total Value

Page 9: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

totalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member Capitulation weight float Weight lifehigh integer High Price since IPO lifelow integer Low Price since IPO yearhigh Integer High Price of the Year yearlow Integer Low Price of the Year bestbidprice integer Best Bid Price bestbidvolume integer Best Bid Volume bestbidlot integer Beset Bid Lot bestofferprice integer Best Offer Price bestoffervolume integer Best Offer Volume bestofferlot integer Best Offer Lot stockstatus integer Stock Status statusdate integer Status Date statustime integer Status Time subsectorid integer Sub Sector ID foreignavail integer Foreigh Available remarks string Remarks initprice integer Initial Price baseprice integer Base Price tradableshare integer Tradable Share listedshare integer Listed Share par float PAR individx float Indidual Index idxpoint float Index Point idxpct float Index Percent stockindicator string Stock Indicator securitytype string Security Type lotdivider integer Lot Divider

Available XML nodes (For SSX futures) :

Field Name Field Type Description recdate integer Date of updated record rectime integer Time of updated record contractcode string Code of Stock, example : LMAS boardcode string Board Code lowprice float Low Price highprice float High Price lastprice float Last Price lastvolume integer Last Volume prevprice float Previous Price change float Change changepct float Change Percent totalvalue float Total Value totalvolume integer Total Volume totalfreq integer Total Frequency totalvolxprice float Total Volume x Price settlementprice float Settlement Price lifehigh float High Price since IPO lifelow float Low Price since IPO status integer Status expirydate integer Expired Date underlyingid integer Underlying ID dailylimit float Daily Limit

Page 10: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

securitytype string Security Type multiplier integer Multiplier contractsize integer Contract Size openinterest integer Open Interest ticksize float Tick Size contractname string Contract Name

Example: Stock Quote

http://feed.limas.com/?stockexchange?fields=[rectime,stockcode,stockname,lastdone]&market=jsx&stocks=lmas

List of Stocks in JSX Market

http://feed.limas.com/?stockexchange?fields=[stockcode,stockname]&market=jsx

Top Gainers / Top Losers Command : Topgainer Supports extended parameters : Yes Specific Parameters :

Name Description

Boards List of codes of wanted boards, in square brackets and separated with commas. By default only regional board will be given.

Available XML nodes :

Field Name Field Type Description recdate integer Date of updated record rectime integer Time of updated record stockcode String Code of Stock, example : LMAS

See Stock List Sample boardcode String Board Code openprice Integer Open Price lowprice Integer Low Price highprice Integer High Price lastdone Integer Last Done lastvolume Integer Last Done lastlot Integer Last Lot prevprice Integer Previous Price change integer Change changepct float Change Percent totalvalue integer Total Value totalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot stockname string Stock Name

Page 11: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

Example : Top Gainer by Change Percent

http://feed.limas.com/?topgainer?fields=[rectime,stockcode,stockname,lastdone]&sortby=[changepct desc]&count=5&market=jsx

Top Loser by Change Percent :

http://feed.limas.com/?topgainer?fields=[rectime,stockcode,stockname,lastdone]&sortby=[changepct desc]&count=5&market=jsx

Market Summary Command : Marketsummary Supports extended parameters : No Specific Parameters : (none) Available XML nodes :

Field Name Field Type Description recdate integer Date of updated record rectime integer Time of updated record advancer integer Advancer decliner integer Decliner unchange integer Unchange rightsvol float Rights Volume rightsval float Rights Value rightsfreq integer Rights Frequency warrantsvol float Warrants Volume warrantsval float Warrants Value warrantsfreq integer Warrants Frequency foreignbuyvol float Foreign Buy Volume foreignbuyval float Foreign Buy Value foreignbuyfreq integer Foreign Buy Frequency foreignsellvol float Foreign Sell Volume foreignsellval float Foreign Sell Value foreignsellfreq integer Foreign Sell Frequency totalmarketvol float Total Market Volume totalmarketval float Total Market Value totalmarketfreq integer Total Market Frequency kpeivol float KPEI Volume(for JSX only) kpeival float KPEI Value(for JSX only) kpeifreq float KPEI Frequency(for JSX only) otcfisvol float OTCFIS Volume(for SSX only) otcfisval float OTCFIS Value(for SSX only) otcfisfreq float OTCFIS Frequency(for SSX only) futuresvol float Futures Volume(for SSX only) futuresval float Futures Value(for SSX only) futuresfreq float Futures Frequency(for SSX only)

Example :

Page 12: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

http://feed.limas.com/?marketsummary?fields=[rectime,advancer,decliner,unchange]&market=jsx

Board Market Command : Boardmarket Supports extended parameters : No Specific Parameters :

Name Description

Boards List of codes of wanted boards, in square brackets and separated with commas. By default only regional board will be given.

Available XML nodes:

Field Name Field Type Description boardcode string Board Code Volume_mbx float Volume MBX Volume_dbx float Volume DBX Value_mbx float Value MBX Value_dbx float Value DBX Freqwency_mbx float Frequency MBX Freqwency_dbx float Frequency DBX rectime integer Date of updated record recdate integer Time of updated record

Example :

http://feed.limas.com/?boardmarket?fields=[rectime,value_mbx,value_mbx,volume_mbx,volume_dbx]&boards=[RG]&market=jsx

Note: Value=Value_dbx+Value_mbx

Volume=Volume_dbx+Volume_mbx Freq=Freq_dbx+Freq_mbx

Broker Transactions Command : Brokertx Supports extended parameters : No Specific Parameters :

Name Description

Brokers List of codes of wanted brokers, in square brackets and separated with commas. By default all brokers will be given.

Available XML nodes :

Field Name Field Type Description brokercode string Broker Code

Page 13: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

See Broker List sample brokername string Broker Name buyval float Buy Value sellval float Sell Value totalval float Total Value buyvol float Buy Volume sellvol float Sell Volume totalvol float Total Volume buylot float Buy Lot selllot float Sell Lot totallot float Total Lot buyfreq integer Buy Frequency sellfreq integer Sell Frequency totalfreq integer Total Frequency rectime integer Date of updated record recdate integer Time of updated record

Example : Evergreen Capital Transaction

http://feed.limas.com/?brokertx?fields=[rectime,brokercode,totalval]&brokers=[EL]&market=jsx

List of JSX Brokers

http://feed.limas.com/?brokertx?fields=[brokercode,brokername]&market=jsx

Bond Command : Bond Supports extended parameters : Sortby only Specific Parameters :

Name Description Market SSX market only

Bonds List of codes of wanted bonds, in square brackets and separated with commas. By default all bonds will be given.

Activeonly

Active-only bonds indicator. Set the value to no/false to returns all bonds including expired bonds, and set it to yes/true to returns only active bonds (mature date > today). Default is true.

Available XML nodes :

Field Name Field Type Description bondcode string Bond Code bondname string Bond Name currency string Currency rating string Rating maturedate integer Mature Date couponrate float Coupon Date bestbid float Best Bid

Page 14: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

bestask float Best Ask lastprice float Last Price totalvolume integer Total Volume highprice float High Price lowprice float Low Price wap float WAP tradedate integer Date of Trade

Example :

http://feed.limas.com/?bond?fields=[bondcode,currency,rating,lastprice]&market=ssx

Indices Command : Indices Supports extended parameters : No Specific Parameters :

Name Description

Sectors List of codes of wanted sectors, in square brackets and separated with commas. By default all sectors will be given.

Begin Lower limit of record time End Higher limit of record time

Available XML nodes :

Field Name Field Type Description indexcode string Index Code rectime integer Date of updated record recdate integer Time of updated record volume float Volume index float Index Value previndex float Previous Index change float Change changepct float Change Percent highestindex float Highest Index lowestindex float Lowest Index openindex float Open Index value integer Value

Example :

http://feed.limas.com/?indices?fields=[indexcode,rectime,volume,index]&sectors=[COMPOSITE]&market=jsx&count=10

Sum Indices Command : Sumindices Supports extended parameters : No

Page 15: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

Specific Parameters:

Name Description

Sectors List of codes of wanted sectors, in square brackets and separated with commas. By default all sectors will be given.

Available XML nodes :

Field Name Field Type Description indexcode string Index Code rectime integer Date of updated record recdate integer Time of updated record totalvol float Total Volume index float Index Value previndex float Previous Index change float Change changepct float Change Percent highestindex float Highest Index lowestindex float Lowest Index openindex float Open Index totalval integer Total Value

Example :

http://feed.limas.com/?sumindices?fields=[indexcode,rectime,totalvol,index]&sectors=[COMPOSITE]&market=jsx

Index Movers Description : Returns all stocks caused specified sector’s index move

positive or negative compared to previous trading day Command : Indexmover Supports extended parameters : Yes Specific Parameters :

Name Description

Sector Code of wanted sector. By default composite sector will be given.

Available XML nodes :

Field Name Field Type Description recdate Integer Date of updated record rectime Integer Time of updated record stockcode string Stock Code

See Stock List Sample boardcode string Board Code openprice integer Open Price lowprice integer Low Price highprice integer High Price lastdone integer Last Done lastvolume integer Last Volume lastlot Integer Last Lot

Page 16: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

prevprice integer Previous Price change integer Change changepct float Change Percent totalvalue integer Total Value totalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member Capitalization lifehigh integer High Price since IPO lifelow integer Low Price since IPO yearhigh integer High Price of the Year yearlow integer Low Price of the Year bestbidprice integer Best Bid Price bestbidvolume integer Best Bid Volume bestbidlot integer Best Bid Lot bestofferprice integer Best Offer Price bestoffervolume integer Best Offer Volume bestofferlot integer Best Offer Lot stockstatus integer Stock Status statusdate integer Status Date statustime integer Status Time subsectorid integer Sub Sector ID foreignavail integer Foreign Available remarks string Remarks initprice integer Initialize Price baseprice integer Base Price tradableshare integer Tradable Share listedshare integer Listed Share par float PAR individx float Individual Index idxpoint float Index Point idxpct float Index Percent stockindicator string Stock Indicator securitytype string Security Type

Example :

http://feed.limas.com/?indexmover?fields=[rectime,stockcode,lastdone,lastlot]&sector=COMPOSITE&market=jsx

Flash News Command : Flashnews Supports extended parameters : No Specific Parameters :

Name Description

Sources List of wanted news sources, in square brackets and separated with commas. By default all sources will be given.

Categories List of wanted categories, in square brackets and separated with commas. By default all categories will be given.

Countries List of wanted countries, in square brackets and separated with commas. By default all countries will

Page 17: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

be given.

Lasttime Last boundary of the record’s datetime. By default newest records will be given

Available XML nodes :

Field Name Field Type Description datetime string News Date and Time Update title string Title source string Source :

DTK - Detik AFX – AFX Asia DWJ – DowJones STW – StockWatch Bahasa SWE – StockWatch English WEK – Warta Ekonomi BIS – Bisnis Indonesia TMP – Tempo KMP – Kompas Cyber Media

categories string Categories : ECO – Economy GOV – Government CMP – Company POL – Politic MKT - Market OTH – Others

subjectcodes string Subject Codes : ECO – Economy GOV – Government CMP – Company POL – Politic MKT - Market OTH – Others

countrycodes string Country Codes, Example : INO (Indonesia)

Example :

http://feed.limas.com/?flashnews?fields=[datetime,title]

News Command : News Supports extended parameters : No Specific Parameters :

Name Description

Sources List of wanted news sources, in square brackets and separated with commas. By default all sources will be given.

Categories List of wanted categories, in square brackets and separated with commas. By default all categories will be given.

Countries List of wanted countries, in square brackets and separated with commas. By default all countries will be given.

Page 18: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

Lasttime Last boundary of the record’s datetime. By default newest records will be given

Withcontent View news with content. Available XML nodes :

Field Name Field Type Description datetime string News Date and Time Update title string Title source string Source :

DTK - Detik AFX – AFX Asia DWJ – DowJones STW – StockWatch Bahasa SWE – StockWatch English WEK – Warta Ekonomi BIS – Bisnis Indonesia TMP – Tempo KMP – Kompas Cyber Media

categories string Categories : ECO – Economy GOV – Government CMP – Company POL – Politic MKT - Market OTH – Others

subjectcodes string Subject Codes : ECO – Economy GOV – Government CMP – Company POL – Politic MKT - Market OTH – Others

countrycodes string Country Codes, Example : INO (Indonesia) newsid integer News ID (Primary Key) – refer to NewsContent Example : News without content

http://feed.limas.com/?news?sources=[STW]&count=5

News with content

http://feed.limas.com/?news?sources=[STW]&count=5&withcontent=yes

News Content Command : Newscontent Supports extended parameters : No Specific Parameters :

Page 19: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

Name Description Newsid Unique news record index, must be specified.

Available XML nodes :

Field Name Field Type Description datetime string News Date and Time Update title string Title source string Source :

DTK - Detik AFX – AFX Asia DWJ – DowJones STW – StockWatch Bahasa SWE – StockWatch English WEK – Warta Ekonomi BIS – Bisnis Indonesia TMP – Tempo KMP – Kompas Cyber Media

categories string Categories : ECO – Economy GOV – Government CMP – Company POL – Politic MKT - Market OTH – Others

subjectcodes string Subject Codes : ECO – Economy GOV – Government CMP – Company POL – Politic MKT - Market OTH – Others

countrycodes string Country Codes, Example : INO (Indonesia) content string News Content newsid integer News ID (Primary key) – refer from News Example :

http://feed.limas.com/?newscontent?newsid=40716162422093149

Regional Indices Command : Regionalindices Supports extended parameters : No Specific Parameters :

Name Description

Codes List of codes of wanted regional indexes, in square brackets and separated with commas. By default all regional indexes will be given.

Available XML nodes :

Page 20: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

Field Name Field Type Description indexcode string Index Code indexname string Index Name price float Price change float Change changepct float Change Percent decimal integer Decimal lastdate integer Last Update - Date lasttime integer Last Update – Time

Example :

http://feed.limas.com/?regionalindices?fields=[lastdate,lasttime,indexcode,price]&codes=HSI.X

Currency Command : Currency Supports extended parameters : No Specific Parameters :

Name Description

regions List of codes of wanted regions, in square brackets and separated with commas. By default all regions will be given.

Codes List of codes of wanted currencies, in square brackets and separated with commas. By default all currencies will be given.

contributors List of codes of wanted contributors, in square brackets and separated with commas. By default all contributors will be given.

Available XML nodes :

Field Name Field Type Description overallcode string Overall Code (CurrencyCode and Against

Code). Sample : IDRUSD

currencyname string Currency Name, sample : Indonesian Rupiah region string Region trade float Trade decimal integer Decimal lastdate integer Last Update – Date lasttime integer Last Update – Time bid float Bid Price offer float Offer Price againstname string Against Name, , sample : United States

Dollar contributorcode string Contributor Code :

LMAS.001 – Limas SNP – Standard and Poor Comstock BBCA – Bank BCA AYU – AYU Money Changer CIC – Bank CIC Garban – Garban

Page 21: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

BBIA – Bank Buana

Example :

http://feed.limas.com/?currency?fields=[overallcode,trade, lasttime,lastdate,bid,offer]&codes=[IDRUSD,TWDUSD]&contributors=LMAS.001

Share-X Command : Share-x Supports extended parameters : No Specific Parameters :

Name Description stock Code of wanted stock, must be specified.

Available XML nodes :

Field Name Field Type Description recdate integer Date of updated record rectime integer Time of updated record stockcode string Stock Code

See Stock List Sample buyvolume integer Buy Volume buyvalue float Buy Value buyavgval float Buy Average Value buypct float Buy Percentage sellvolume integer Sell Volume sellvalue float Sell Value sellavgval float Sell Average Value sellpct float Sell Percentage netvolume integer Net Volume

Example :

http://feed.limas.com/?share-x?fields=[brokercode,buyvolume,buyvalue,sellvolume,sellvalue]&stock=lmas

Broker-X Command : Broker-x Supports extended parameters : No Specific Parameters :

Name Description Broker Code of wanted broker, must be specified.

Available XML nodes :

Field Name Field Type Description recdate integer Date of updated record rectime integer Time of updated record

Page 22: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

brokercode string Broker Code See Broker List sample

buyvolume integer Buy Volume buyvalue float Buy Value buyavgval float Buy Average Value buypct float Buy Percentage sellvolume integer Sell Volume sellvalue float Sell Value sellavgval float Sell Average Value sellpct float Sell Percentage netvolume integer Net Volume netvalue Float Net Value

Example :

http://feed.limas.com/?broker-x?fields=[stockcode,buyvolume,buyvalue,sellvolume,sellvalue]&broker=EL

Market Review Command : Ulasanpasar Supports extended parameters : No Specific Parameters : No Available XML nodes :

Field Name Field Type Description seqno integer Sequential Number - Unique brokercode string Broker Code

See Broker List sample brokername string Broker Name shortdescriptioon string Short Description/Summary lastupdate string Last Update description string Description

Example :

http://feed.limas.com/?ulasanpasar

Company Review Command : Sekilasemiten Supports extended parameters : No Specific Parameters : No Available XML nodes :

Field Name Field Type Description seqno integer Sequential Number brokercode string Broker Code

See Broker List sample brokername string Broker Name

Page 23: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

stockcode string Stock Code See Stock List Sample

shortdescriptioon string Short Description lastupdate string Last Update description string Description

Example :

http://feed.limas.com/?sekilasemiten

JIBOR Command : Jibor Supports extended parameters : No Specific Parameters : No Available XML nodes :

Tag Field Name Field Type Description categorybank status integer Status description string Bank Description rec date integer Last Update bank name string Bank Name addr string Bank Address value overnight float Overnight Value week1 float 1 Week Value month1 float 1 Month Value month3 float 3 Months Value month6 float 6 Months Value month12 float 12 Months Value month24 float 24 Months Value

Example :

http://feed.limas.com/?jibor

JIBOR History Command : Jiborhist Supports extended parameters : No Specific Parameters : YYYYMM Available XML nodes :

Tag Field Name Field Type Description daydate date integer Last Update (DD/MM/YYYY) categorybank status integer Status description string Bank Description bank code string Bank Code name string Bank Name addr string Bank Address value overnight float Overnight Value week1 float 1 Week Value

Page 24: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

month1 float 1 Month Value month3 float 3 Months Value month6 float 6 Months Value month12 float 12 Months Value month24 float 24 Months Value

daydate date string categorybank status integer description string rec date integer bank name string

addr string value overnight float

week1 float month1 float month3 float month6 float month12 float month24 float

Example :

http://feed.limas.com/?jiborhist?200407

SIBOR Command : Sibor Supports extended parameters : No Specific Parameters : YYYYMM Available XML nodes :

Tag Field Name Field Type Description rec date integer Last Update month Month1 float 1 Month Value Month2 float 2 Months Value Month3 float 3 Months Value Month9 float 9 Months Value Month12 float 12 Months Value

Example :

http://feed.limas.com/?sibor?200407

Pasar Sekunder Command : Sekunder Supports extended parameters : No Specific Parameters : No Available XML nodes :

Tag Field Name Field Type Description type code integer Type Code

Page 25: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

name string Type Name group code string Group Code name string Group Name rec date integer Last Update frametime integer Last Update - Time currency string Currency Code code integer Code kodestr string Description code integer Code value volume integer Volume high integer High low integer Low avg integer Average last integer Last

Example :

http://feed.limas.com/?sekunder

Pasar Sekunder History Command : Sekunderhist Supports extended parameters : No Specific Parameters : YYYYMM Available XML nodes :

Tag Field Name Field Type Description summary date integer Last Update type code integer Type Code name string Type Name group code string Group Code name string Group Name frametime integer Last Update - Time currency string Currency Code code integer Code kodestr string Description code integer Code value volume integer Volume high integer High low integer Low avg integer Average last integer Last

Example

http://feed.limas.com/?sekunderhist?200407

Management Investment Profile Command : Profilmi Supports extended parameters : No Specific Parameters : No

Page 26: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

Available XML nodes :

Tag Field Name Field Type Description value

code string Profile Code

bankcustcode string Bank Custodian Code name string Profile Name type string Profile Type status string Profile Status contactperson string Contact Person title string Title emailaddress string Email Address address string Address city string City zipcode string Zip Code phone1 string Phone 1 phone2 string Phone 2 fax string Fax website string Website logo string Logo

Example :

http://feed.limas.com/?profilmi

Reksadana Profile Command : Profilreksa Supports extended parameters : No Specific Parameters : No Available XML nodes :

Field Name Field Type Description reksacode string Reksadana Code goals string Reksadana Goals regulation string Regualation profile string Reksadana Profile cashdividen string Cash Dividen mininvest money Minimum Investment mincurrency money Minimum Currency transactionvalue integer Transaction Value reksaname string Reksadana Name

Example :

http://feed.limas.com/?profilreksa

PUAB Command : Puab Supports extended parameters : No Specific Parameters : No

Page 27: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

Available XML nodes :

Tag Field Name Field Type Description type code integer Type Code name string Type Name group code string Group Code name string Group Name rec date integer Last Update frametime integer Last Update - Time currency string Currency Code code integer Code kodestr string Description code integer Code value volume integer Volume High integer High Low integer Low Avg integer Average Last integer Last

Example :

http://feed.limas.com/?puab

PUAB History Command : Puabrks Supports extended parameters : No Specific Parameters : YYYYMM Available XML nodes :

Tag Field Name Field Type Description summary date integer Last Update type code integer Type Code name string Type Name group code string Group Code name string Group Name frametime integer Last Update - Time currency string Currency Code code integer Code kodestr string Description code integer Code value volume integer Volume high integer High low integer Low avg integer Average last integer Last

Example :

http://feed.limas.com/?puabrks?200407

Page 28: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

Bank Master Command : Bankmaster Supports extended parameters : No Specific Parameters : No Available XML nodes :

Tag Field Name Field Type Description bank status integer Bank Status reference string Bank Reference rec bankid integer Bank ID bankname string Bank Name bankaddress string Bank Address bankphone string Bank Phone

Example :

http://feed.limas.com/?bankmaster

List of Expert Analyst Command : Daftarpakar Supports extended parameters : No Specific Parameters : No Available XML nodes :

Tag Field Name Field Type Description pakar id integer Expert ID nama string Expert Name posisi string Expert Position perusahaan string Expert Company email string Expert email kategory kode string Category code jenis string Category Type rec tanggal string Last Update – Date waktu string Last Update – Time judul string Title deskripsi string Description stockcode string Stock Code url integer URL

Example :

http://feed.limas.com/?daftarpakar

Analyst Content Command : Contentpakar Supports extended parameters : No Specific Parameters : Id Available XML nodes :

Page 29: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

Field Name Field Type Description idpakar integer Expert ID, refer from daftarpakar namapakar string Expert Name dept string Department company string Company Name jenis string Type :

Harian – daily Mingguan – weekly

update string Last Update judul string Title stockcode string Stock Code ulasan string Content filetambahan1 string Additional File 1 filetambahan2 string Additional File 2 grafik string Graphic

Example :

http://feed.limas.com/?contentpakar?id=1200

Suku Bunga Dasar Kredit Command : Sukubungadk Supports extended parameters : No Specific Parameters : No Available XML nodes :

Tag Field Name Field Type Description type code integer Type Code name string Type Name group code string Group Code name string Group Name rec date integer Last Update frametime integer Last Update - Time currency string Currency Code code integer Code kodestr string Description code integer Code value volume integer Volume High integer High Low integer Low Avg integer Average Last integer Last

Example :

http://feed.limas.com/?sukubungadk

Suku Bunga Dasar Kredit History Command : Sukubungadkrks

Page 30: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

Supports extended parameters : No Specific Parameters : No Available XML nodes :

Tag Field Name Field Type Description summary date integer Last Update Type code integer Type Code name string Type Name Group code string Group Code name string Group Name rec code integer Code kodestr string Currency Description date integer Last Update frametime integer Last Update - Time currency string Currency Code code integer Code value high integer High low integer Low avg integer Average last integer Last

Example :

http://feed.limas.com/?sukubungadkrks?200407

Deposito Command : Deposito Supports extended parameters : No Specific Parameters : No Available XML nodes :

Tag Field Name Field Type Description categorybank status integer Status description string Bank Description rec date integer Last Update bank name string Bank Name addr string Bank Address value overnight float Overnight Value week1 float 1 Week Value month1 float 1 Month Value month3 float 3 Months Value month6 float 6 Months Value month12 float 12 Months Value month24 float 24 Months Value

Example :

http://feed.limas.com/?deposito

Deposito History

Page 31: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

Command : Depositohist Supports extended parameters : No Specific Parameters :

jns string deporp (deposito rupiah) deposerti (deposito sertifikat) depous (deposito USD) yyyymm string (format : yyyymm) bankid string

Available XML nodes :

Tag Field Name Field Type Description bankdata status integer Status description string Bank Description name string Bank Name addr string Bank Address value overnight float Overnight Value week1 float 1 Week Value month1 float 1 Month Value month3 float 3 Months Value month6 float 6 Months Value month12 float 12 Months Value month24 float 24 Months Value date string Last Update

Example :

http://feed.limas.com/?depositohist?jns=depous&yyyymm=200407&bankid=003000

SBI (Sertifikat Bank Indonesia) Command : Sbi Supports extended parameters : No Specific Parameters : YYYYMM Available XML nodes :

Tag Field Name Field Type Description recdate date integer Last Update rec sbicode integer SBI Code rate float Rate valued float Value offering float Offering pctresult float Percent Result

Example :

http://feed.limas.com/?sbi?200407

Kurs Agregat Command : Kursagg

Page 32: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

Supports extended parameters : No Specific Parameters : No Available XML nodes :

Tag Field Name Field Type Description type code integer Type Code name string Type Name group code string Group Code name string Group Name rec date integer Last Update frametime integer Last Update - Time currency string Currency Code code integer Code kodestr string Description code integer Code value volume integer Volume High integer High Low integer Low Avg integer Average Last integer Last

Example :

http://feed.limas.com/?kursagg

Kurs Agregat History Command : Kursaggrks Supports extended parameters : No Specific Parameters : YYYYMM Available XML nodes :

Tag Field Name Field Type Description summary date integer Last Update type code integer Type Code name string Type Name group code string Group Code name string Group Name rec date integer Last Update frametime integer Last Update - Time currency string Currency Code code integer Code kodestr string Description code integer Code value volume integer Volume high integer High low integer Low avg integer Average last integer Last

Example :

http://feed.limas.com/?kursaggrks?200407

Page 33: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

IPO SSX Command : Ipo supports extended parameters : No Specific Parameters : YYYY Available XML nodes :

Field Name Field Type Description tgl string Last Update kode string Stock Code emiten string Company Name industri string Industry hargaipo string IPO Price hargapembukaan float Open Price closepriceharipertama float Close Price on first day pctharipertama float Percentage first date listedshare float Listed Share totalvalue float Total Value

Example :

http://feed.limas.com/?ipo

IPO JSX Command : Ipojsx Supports extended parameters : No Specific Parameters : YYYY Available XML nodes :

Field Name Field Type Description tgl string Last Update kode string Stock Code emiten string Company Name industri string Industry hargaipo string IPO Price hargapembukaan float Open Price closepriceharipertama float Close Price on first day pctharipertama float Percentage first date listedshare float Listed Share totalvalue float Total Value

Example :

http://feed.limas.com/?ipojsx

Kurs Bank Indonesia

Page 34: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

Command : Kursbi Supports extended parameters : No Specific Parameters : No Available XML nodes :

Tag Field Name Field Type Description type code integer Type Code name string Type Name group code string Group Code name string Group Name rec date integer Last Update frametime integer Last Update - Time currency string Currency Code code integer Code kodestr string Description code integer Code value volume integer Volume High integer High Low integer Low Avg integer Average Last integer Last

Example :

http://feed.limas.com/?kursbi

Kurs Bank Indonesia History Command : Kursbirks Supports extended parameters : No Specific Parameters : YYYYMM Available XML nodes :

Tag Field Name Field Type Description summary date string Summary type code integer Type Code name string Type Name rec frametime integer Last Update – Time currencycode string Currency Code qty integer Quantity buy float Buy Price sell float Sell Price

Example :

http://feed.limas.com/?kursbirks?200407

Makro Command : Makro Supports extended parameters : No

Page 35: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

Specific Parameters : YYYY Available XML nodes :

Name Type recmonth integer monthname string m1 float m2 float kredit float dana float caddevisa float inflasi float pmdn float pma float

Example :

http://feed.limas.com/?makro?2004

SSX Rekomendation Command : Rekomendasi Supports extended parameters : No Specific Parameters : No Available XML nodes :

Name Field Type code integer broker name string

stockcode string recommend string price string lastupdate string action integer

Example :

http://feed.limas.com/?rekomendasi

JSX Rekomendation Command : Rekomendasijsx Supports extended parameters : No Specific Parameters : No Available XML nodes :

Name Field Type code integer broker name string

stockcode string recommend string price string

Page 36: XML Programming Guide - Limasfeed.limas.com/docs/LMFeedGuide.pdftotalvolume integer Total Volume totalfreq integer Total Frequency totallot integer Total Lot memcap integer Member

lastupdate string action integer

Example :

http://feed.limas.com/?rekomendasijsx

NAV Command : Nav Supports extended parameters : No Specific Parameters : YYYYMMDD Available XML nodes :

Name Type mutualfund string code string nav float navprev float navchange float returnday float returnyear float realreturn float url float

Example :

http://feed.limas.com/?nav?20040709

Graphic Currency Description : Graphic of Currency based on USD Command : Kursgraph Supports extended parameters : No Specific Parameters :

Name Type curr string output png binary

Example :

http://feed.limas.com/?kursgraph?curr=IDR