GET api/Sector

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Sector
NameDescriptionTypeAdditional information
Id

integer

None.

Sec_Counter

integer

None.

Sector_Date

date

None.

Sector_No

integer

None.

Sector_Name

string

None.

Sector_One_Day

decimal number

None.

Sector_Five_Day

decimal number

None.

Sector_Thirty_Day

decimal number

None.

Sector_Ninty_Day

decimal number

None.

Industry_No

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Sec_Counter": 2,
    "Sector_Date": "2025-12-06T09:58:18.6124567-06:00",
    "Sector_No": 4,
    "Sector_Name": "sample string 5",
    "Sector_One_Day": 6.0,
    "Sector_Five_Day": 7.0,
    "Sector_Thirty_Day": 8.0,
    "Sector_Ninty_Day": 9.0,
    "Industry_No": 10
  },
  {
    "Id": 1,
    "Sec_Counter": 2,
    "Sector_Date": "2025-12-06T09:58:18.6124567-06:00",
    "Sector_No": 4,
    "Sector_Name": "sample string 5",
    "Sector_One_Day": 6.0,
    "Sector_Five_Day": 7.0,
    "Sector_Thirty_Day": 8.0,
    "Sector_Ninty_Day": 9.0,
    "Industry_No": 10
  }
]

text/html

Sample:
[{"Id":1,"Sec_Counter":2,"Sector_Date":"2025-12-06T09:58:18.6124567-06:00","Sector_No":4,"Sector_Name":"sample string 5","Sector_One_Day":6.0,"Sector_Five_Day":7.0,"Sector_Thirty_Day":8.0,"Sector_Ninty_Day":9.0,"Industry_No":10},{"Id":1,"Sec_Counter":2,"Sector_Date":"2025-12-06T09:58:18.6124567-06:00","Sector_No":4,"Sector_Name":"sample string 5","Sector_One_Day":6.0,"Sector_Five_Day":7.0,"Sector_Thirty_Day":8.0,"Sector_Ninty_Day":9.0,"Industry_No":10}]

application/xml, text/xml

Sample:
<ArrayOfSector xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/M4DataAccess">
  <Sector>
    <Id>1</Id>
    <Industry_No>10</Industry_No>
    <Sec_Counter>2</Sec_Counter>
    <Sector_Date>2025-12-06T09:58:18.6124567-06:00</Sector_Date>
    <Sector_Five_Day>7</Sector_Five_Day>
    <Sector_Name>sample string 5</Sector_Name>
    <Sector_Ninty_Day>9</Sector_Ninty_Day>
    <Sector_No>4</Sector_No>
    <Sector_One_Day>6</Sector_One_Day>
    <Sector_Thirty_Day>8</Sector_Thirty_Day>
  </Sector>
  <Sector>
    <Id>1</Id>
    <Industry_No>10</Industry_No>
    <Sec_Counter>2</Sec_Counter>
    <Sector_Date>2025-12-06T09:58:18.6124567-06:00</Sector_Date>
    <Sector_Five_Day>7</Sector_Five_Day>
    <Sector_Name>sample string 5</Sector_Name>
    <Sector_Ninty_Day>9</Sector_Ninty_Day>
    <Sector_No>4</Sector_No>
    <Sector_One_Day>6</Sector_One_Day>
    <Sector_Thirty_Day>8</Sector_Thirty_Day>
  </Sector>
</ArrayOfSector>