A080: benchmark_price_search

Objective

price, benchmark, corporate action, index composition, forex rate.

Url:

http://market-api.simpipro.com

Http method: POST

Access Key

No Access Key Apply
1 License Key Y
2 Session ID Y
3 Token ID Y
4 AppCode Y

Parameter

No Name Type Description
1 option_date    
2 BenchmarkDate Date  
3 BenchmarkID Integer  
4 BenchmarkCode    
5 BenchmarkCalculationID Integer  
6 benchmark_keyword    

Available Field

No Field Type Description
1 BenchmarkID Integer  
2 BenchmarkCode Varchar(20)  
3 BenchmarkName Varchar(100)  
4 BenchmarkDays SmallInteger(6)  
5 BenchmarkCalculationID Integer  
6 BenchmarkCalculationDate    
7 BenchmarkTypeID Integer  
8 BenchmarkTypeCode Varchar(50)  
9 BenchmarkDate Date  
10 BenchmarkValue Decimal(20,9)  
11 Adjustment Decimal(20,9)  
12 pC Decimal(30,16)  
13 pI Decimal(30,16)  

Sample Request:

{

“agent”:”web”,

“license_key”:”xxx”,

“method”:”market_database.benchmark_price_search”,

“appcode”:”ayoavram.webapp”,

“id”:1,

“params”:{“option_date”:”last”, “BenchmarkID”:1, “BenchmarkDate”:”DESC”}

}

Sample Result :

Sample Data 

 

 

 

A079: market_price_history

Objective

price, benchmark, corporate action, index composition, forex rate.

Url:

http://market-api.simpipro.com

Http method: POST

Access Key

No Access Key Apply
1 License Key Y
2 Session ID Y
3 Token ID Y
4 AppCode Y

Parameter

No Name Type Description
1 MarketID Integer  
2 SecuritiesID BIGInteger  
3 option_date    
4 MarketDate Date  
5 form_date    
6 to_date    

Available Field

No Field Type Description
1 MarketDate Date  
2 MarketPrice3 Decimal (30,9)  
3 MarketPrice4 Decimal (30,9)  
4 MarketPrice5 Decimal (30,9)  
5 MarketPrice6 Decimal (30,9)  
6 MarketPrice7 Decimal (30,9)  
7 pC Decimal (30,16)  
8 pI Decimal (30,16)  
9 MarketPrice Decimal (30,9)  
10 MarketPrice1 Decimal (30,9)  
11 MarketPrice2 Decimal (30,9)  
12 Adjustment    

Sample Request:

{

“agent”:”web”,

“license_key”:”xxx”,

“method”:”market_database.market_price_history”,

“appcode”:”ayoavram.webapp”,

“id”:1,

“params”:{“MarketID”:1,”SecuritiesID”:1,”option_date”:”between”,”MarketDate”:”ASC”,”from_date”:20050103,   “to_date”:20050105}

}

Sample Result :

{“status”:true,”execution_time”:”0.0187″,”cache”:false,”result”:[{“MarketDate”:”2005-01-03″,”MarketPrice3″:”0.000000000″,”MarketPrice4″:”481100.000000000″,”MarketPrice5″:”0.000000000″,”MarketPrice6″:”1572889500.000000000″,”MarketPrice7″:”0.000000000″,”pC”:”0.0000000000000000″,”pI”:”1.0000000000000000″,”MarketPrice”:”2930.020000000″,”MarketPrice1″:”2953.840000000″,”MarketPrice2″:”2930.020000000″,”Adjustment”:”0.000000000″},{“MarketDate”:”2005-01-04″,”MarketPrice3″:”0.000000000″,”MarketPrice4″:”3395500.000000000″,”MarketPrice5″:”0.000000000″,”MarketPrice6″:”1572889500.000000000″,”MarketPrice7″:”0.000000000″,”pC”:”1.0325185493614400″,”pI”:”1.0325185493614400″,”MarketPrice”:”3025.300000000″,”MarketPrice1″:”3049.120000000″,”MarketPrice2″:”2953.840000000″,”Adjustment”:”0.000000000″},{“MarketDate”:”2005-01-05″,”MarketPrice3″:”0.000000000″,”MarketPrice4″:”4999200.000000000″,”MarketPrice5″:”0.000000000″,”MarketPrice6″:”1572889500.000000000″,”MarketPrice7″:”0.000000000″,”pC”:”0.9842528013750700″,”pI”:”1.0162592746807200″,”MarketPrice”:”2977.660000000″,”MarketPrice1″:”3072.940000000″,”MarketPrice2″:”2977.660000000″,”Adjustment”:”0.000000000″}],”id”:1}

Sample Data 

“MarketDate”: “2005-01-03”,

“MarketPrice3”: “0.000000000”,

“MarketPrice4”: “481100.000000000”,

“MarketPrice5”: “0.000000000”,

“MarketPrice6”: “1572889500.000000000”,

“MarketPrice7”: “0.000000000”,

“pC”: “0.0000000000000000”,

“pI”: “1.0000000000000000”,

“MarketPrice”: “2930.020000000”,

“MarketPrice1”: “2953.840000000”,

“MarketPrice2”: “2930.020000000”,

“Adjustment”: “0.000000000”

 

 

A078: market_price_search

Objective

price, benchmark, corporate action, index composition, forex rate.

Url:

http://market-api.simpipro.com

Http method: POST

Access Key

No Access Key Apply
1 License Key Y
2 Session ID Y
3 Token ID Y
4 AppCode Y

Parameter

No Name Type Description
1 MarketID Integer  
2 option_date    
3 MarketDate Date  
4 SecuritiesID BIGInteger  
5 SecuritiesCode Varchar (50)  
6 CcyID Integer  
7 CountryID Integer  
8 SubTypeID Integer  
9 TypeID Integer  
10 securities_keyword    

Available Field

No Field Type Description
1 SecuritiesID BIGInteger  
2 SecuritiesCode Varchar (50)  
3 SecuritiesNameFull Varchar (255)  
4 SecuritiesNameShort Varchar (255)  
5 SubTypeID Integer  
6 SubTypeCode Varchar (20)  
7 TypeID Integer  
8 TypeCode Varchar (20)  
9 CcyID Integer  
10 Ccy Varchar (5)  
11 CountryID Integer  
12 MarketID Integer  
13 MarketDate Date  
14 MarketPrice3 Decimal (30,9)  
15 MarketPrice4 Decimal (30,9)  
16 MarketPrice5 Decimal (30,9)  
  17 MarketPrice6 Decimal (30,9)  
  18 MarketPrice7 Decimal (30,9)  
19 pC Decimal (30,16)  
20 pI Decimal (30,16)  
21 MarketPrice Decimal (30,9)  
22 MarketPrice2 Decimal (30,9)  
23 MarketPrice3 Decimal (30,9)  
24 Adjustment    

Sample Request:

{

“agent”:”web”,

“license_key”:”xxx”,

“method”:”market_database.market_price_search”,

“appcode”:”ayoavram.webapp”,

“id”:1,

“params”:{“MarketID”:1, “option_date”:”next”, “MarketDate”:”ASC”, “SecuritiesID”:2,                    “SecuritiesCode”:”ABBA”}

}

Sample Result :

Sample Data 

 

 

 

A077: class_company

Objective

price, benchmark, corporate action, index composition, forex rate.

Url:

http://market-api.simpipro.com

Http method: POST

Access Key

No Access Key Apply
1 License Key Y
2 Session ID Y
3 Token ID Y
4 AppCode Y

Parameter

No Name Type Description
1 ClassID Integer  
2 SubSectorID Integer  
3 SectorID Integer  
4 CountryID Integer  
5 TypeID Integer  
6 company_keyword    

Available Field

No Field Type Description
1 SectorID Integer  
2 SectorName Varchar(20)  
3 SubsectorID Integer  
4 SubSectorName Varchar(100)  
5 CompanyID Integer  
6 CompanyCode Varchar(20)  
7 CompanyName Varchar(255)  
8 TypeID Integer  
9 TypeCode Varchar(20)  
10 TypeDescription Varchar(100)  
11 CompanyAddress Varchar(255)  
12 CompanyPhone Varchar(20)  
13 CompanyFax Varchar(20)  
14 CompanyWeb Varchar(100)  
15 CompanyEmail Varchar(100)  
16 IsPrivate char(1)  
17 CountryID Integer  
18 CountryCode Varchar(20)  
19 CountryName Varchar(255)  

Sample Request:

{

“agent”:”web”,

“license_key”:”xxx”,

“method”:”Sector.class_company”,

“appcode”:”ayoavram.webapp”,

“id”:1,

“params”:{“ClassID”:1, “SectorID”:153, “SubSectorID”:183, “TypeID”:2}

}

Sample Result :

{“status”:true,”execution_time”:”0.0190″,”result”:{“page_no”:1,”rows_size”:37823,”rows_no”:67,”rows”:[{“SectorID”:”153″,”SectorName”:”JAKFIN”,”SubSectorID”:”183″,”SubSectorName”:”JAKFIN”,”CompanyID”:”12″,”CompanyCode”:”AGRO”,”CompanyName”:”Bank Rakyat Indonesia Agroniaga Tbk.”,”TypeID”:”2″,”TypeCode”:”BANK”,”TypeDescription”:”Bank”,”CompanyAddress”:null,”CompanyPhone”:null,”CompanyFax”:null,”CompanyWeb”:null,”CompanyEmail”:null,”IsPrivate”:”N”,“CountryID”:”1″,”CountryCode”:”ID”,”CountryName”:”Indonesia”} }

Sample Data 

“SectorID”: “153”,

“SectorName”: “JAKFIN”,

“SubSectorID”: “183”,

“SubSectorName”: “JAKFIN”,

“CompanyID”: “12”,

“CompanyCode”: “AGRO”,

“CompanyName”: “Bank Rakyat Indonesia Agroniaga Tbk.”,

“TypeID”: “2”,

“TypeCode”: “BANK”,

“TypeDescription”: “Bank”,

“CompanyAddress”: null,

“CompanyPhone”: null,

“CompanyFax”: null,

“CompanyWeb”: null,

“CompanyEmail”: null,

“IsPrivate”: “N”,

“CountryID”: “1”,

“CountryCode”: “ID”,

“CountryName”: “Indonesia”

 

Dan yang lainnya.

 

 

A076: class_subsector

Objective

price, benchmark, corporate action, index composition, forex rate.

Url:

http://market-api.simpipro.com

Http method: POST

Access Key

No Access Key Apply
1 License Key Y
2 Session ID Y
3 Token ID Y
4 AppCode Y

Parameter

No Name Type Description
1 ClassID Integer  
2 SectorID Integer  
3 subsector_keyword    

Available Field

No Field Type Description
1 SectorID Integer  
2 SectorName Varchar(20)  
3 SubsectorID Integer  
4 SubSectorName Varchar(100)  

Sample Request:

{

“agent”:”web”,

“license_key”:”xxx”,

“method”:”Sector.class_subsector”,

“appcode”:”ayoavram.webapp”,

“id”:1,

“params”:{“ClassID”:1, “SectorID”:149}

}

Sample Result :

{“status”:true,”execution_time”:”0.0170″,”result”:{“page_no”:1,”rows_size”:150,”rows_no”:1,
“rows[{“SectorID”:”149″,”SectorName”:”JAKTRAD”,”SubSectorID”:”179″,”SubSectorName”:”JAKTRAD”}]},”id”:1}

Sample Data 

“SectorID”: “149”,

“SectorName”: “JAKTRAD”,

“SubSectorID”: “179”,

“SubSectorName”: “JAKTRAD”

 

 

A075: class_sector

Objective

price, benchmark, corporate action, index composition, forex rate.

Url:

http://market-api.simpipro.com

Http method: POST

Access Key

No Access Key Apply
1 License Key Y
2 Session ID Y
3 Token ID Y
4 AppCode Y

Parameter

No Name Type Description
1 ClassID Integer  
2 sector_keyword    

Available Field

No Field Type Description
1 SectorID Integer  
2 SectorName Varchar(20)  

Sample Request:

{

“agent”:”web”,

“license_key”:”xxx”,

“method”:”Sector.class_sector”,

“appcode”:”ayoavram.webapp”,

“id”:1,

“params”:{“ClassID”:1}

}

Sample Result :

{“status”:true,”execution_time”:”0.0145″,”result”:{“page_no”:1,”rows_size”:725,”rows_no”:9,”rows”:[{“SectorID”:”146″,”SectorName”:”JAKMINE”},{“SectorID”:”147″,”SectorName”:”JAKBIND”},{“SectorID”:”148″,”SectorName”:”JAKCONS”},{“SectorID”:”149″,”SectorName”:”JAKTRAD”},{“SectorID”:”150″,”SectorName”:”JAKPROP”},{“SectorID”:”151″,”SectorName”:”JAKMIND”},{“SectorID”:”152″,”SectorName”:”JAKAGRI”},{“SectorID”:”153″,”SectorName”:”JAKFIN”},{“SectorID”:”154″,”SectorName”:”JAKINFR”}]},”id”:1}

Sample Data 

“SectorID”: “146”,

“SectorName”: “JAKMINE”

 

“SectorID”: “147”,

“SectorName”: “JAKBIND”

 

“SectorID”: “148”,

“SectorName”: “JAKCONS”

 

“SectorID”: “149”,

“SectorName”: “JAKTRAD”

 

“SectorID”: “150”,

“SectorName”: “JAKPROP”

 

“SectorID”: “151”,

“SectorName”: “JAKMIND”

 

“SectorID”: “152”,

“SectorName”: “JAKAGRI”

 

“SectorID”: “153”,

“SectorName”: “JAKFIN”

 

“SectorID”: “154”,

“SectorName”: “JAKINFR”

 

 

A074: class

Objective

price, benchmark, corporate action, index composition, forex rate.

Url:

http://market-api.simpipro.com

Http method: POST

Access Key

No Access Key Apply
1 License Key Y
2 Session ID Y
3 Token ID Y
4 AppCode Y

Parameter

No Name Type Description
1 ClassID Integer  
2 ClassCode Varchar(20)  
3 class_keyword    

Available Field

No Field Type Description
1 ClassID Integer  
2 ClassCode Varchar(20)  
3 ClassName Varchar(100)  

Sample Request:

{

“agent”:”web”,

“license_key”:”xxx”,

“method”:”Sector.class”,

“appcode”:”ayoavram.webapp”,

“id”:1,

“params”:{“ClassID”:2}

}

Sample Result :

{“status”:true,”execution_time”:”0.0173″,”result”:{“page_no”:1,”rows_size”:139,”rows_no”:1,”rows”:[{“ClassID”:”2″,”ClassCode”:”JCI”,”ClassName”:”Jakarta Composite Index Classification”}]},”id”:1}

Sample Data 

“ClassID”: “2”,

“ClassCode”: “JCI”,

“ClassName”: “Jakarta Composite Index Classification”

 

 

A073: subsector

Objective

price, benchmark, corporate action, index composition, forex rate.

Url:

http://market-api.simpipro.com

Http method: POST

Access Key

No Access Key Apply
1 License Key Y
2 Session ID Y
3 Token ID Y
4 AppCode Y

Parameter

No Name Type Description
1 SubSectorID Integer  
2 SubSectorName Varchar(100)  
3 subsector_keyword    

Available Field

No Field Type Description
1 SectorID Integer  
2 SectorName Varchar(100)  

Sample Request:

{

“agent”:”web”,

“license_key”:”xxx”,

“method”:”Sector.subsector”,

“appcode”:”ayoavram.webapp”,

“id”:1,

“params”:{“SubSectorID”:182}

}

Sample Result :

{“status”:true,”execution_time”:”0.0161″,”result”:{“page_no”:1,”rows_size”:93,”rows_no”:1,”rows”:
[{“SubSectorID”:”182″,”SubSectorName”:”JAKAGRI”}]},”id”:1}

Sample Data 

“SubSectorID”: “182”,

“SubSectorName”: “JAKAGRI”

 

 

A072: sector

Objective

price, benchmark, corporate action, index composition, forex rate.

Url:

http://market-api.simpipro.com

Http method: POST

Access Key

No Access Key Apply
1 License Key Y
2 Session ID Y
3 Token ID Y
4 AppCode Y

Parameter

No Name Type Description
1 SectorID Integer  
2 SectorName Varchar(100)  
3 sector_keyword Integer  

Available Field

No Field Type Description
1 SectorID Integer  
2 SectorName Varchar(100)  

Sample Request:

{

“agent”:”web”,

“license_key”:”xxx”,

“method”:”Sector.sector”,

“appcode”:”ayoavram.webapp”,

“id”:1,

“params”:{“SectorID”:148}

}

Sample Result :

{“status”:true,”execution_time”:”0.0193″,”result”:{“page_no”:1,”rows_size”:86,”rows_no”:1,”rows”:[{“SectorID”:”148″,”SectorName”:”JAKCONS”}]},”id”:1}

Sample Data 

“SectorID”: “148”,

“SectorName”: “JAKCONS”

 

 

A071: search

Objective

price, benchmark, corporate action, index composition, forex rate.

Url:

http://market-api.simpipro.com

Http method: POST

Access Key

No Access Key Apply
1 License Key Y
2 Session ID Y
3 Token ID Y
4 AppCode Y

Parameter

No Name Type Description
1 CompanyID Integer  
2 RatingCode Varchar(20)  
3 CountryID Integer  
4 office_keyword    
5 RatingID Integer  

Available Field

No Field Type Description
1 CompanyID Integer  
2 RatingID Integer  
3 RatingCode Varchar(20)  
4 RatingDescription Varchar(255)  

Sample Request:

{

“agent”:”web”,

“license_key”:”xxx”,

“method”:”Rating_grade.search”,

“appcode”:”ayoavram.webapp”,

“id”:1,

“params”:{“RatingID”:2}

}

Sample Result :

Sample Data