GET api/Values/GetTickerTrackAsync?tickerSymbol={tickerSymbol}&tickerType={tickerType}&timeFrame={timeFrame}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
tickerSymbol | string |
Required |
|
tickerType | integer |
Required |
|
timeFrame | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TickerTrackName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
TimeFrame | string |
None. |
|
TickerSymbol | string |
None. |
|
DisplaySymbol | string |
None. |
|
TickerType | integer |
None. |
|
Quotes | Collection of TickerQuote |
None. |
Response Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "TimeFrame": "sample string 2", "TickerSymbol": "sample string 3", "DisplaySymbol": "sample string 4", "TickerType": 5, "Quotes": [ { "ID": 1, "Name": "sample string 2", "TickerSymbol": "sample string 3", "TickerType": 4, "DisplaySymbol": "sample string 5", "CurrencyCode": "sample string 6", "Price": 7.1, "Open": 1.1, "Close": 1.1, "High": 1.1, "Low": 1.1, "Average": 8.1, "PreviousClose": 1.1, "Change": 9.1, "ChangePercentage": 10.1, "Color": "sample string 11", "LatestSource": "sample string 12", "DateTime": "2023-05-31T09:08:54.1435212+00:00", "LatestTime": "2023-05-31T09:08:54.1435212+00:00", "LatestTimeInText": "sample string 15", "MinuteNumber": 16, "LatestUpdateInTicks": 17, "MarketCapitalization": 18.1, "Volume": 19, "AverageVolume": 20.1, "HighIn52Weeks": 21.1, "LowIn52Weeks": 22.1, "PE": 23.1 }, { "ID": 1, "Name": "sample string 2", "TickerSymbol": "sample string 3", "TickerType": 4, "DisplaySymbol": "sample string 5", "CurrencyCode": "sample string 6", "Price": 7.1, "Open": 1.1, "Close": 1.1, "High": 1.1, "Low": 1.1, "Average": 8.1, "PreviousClose": 1.1, "Change": 9.1, "ChangePercentage": 10.1, "Color": "sample string 11", "LatestSource": "sample string 12", "DateTime": "2023-05-31T09:08:54.1435212+00:00", "LatestTime": "2023-05-31T09:08:54.1435212+00:00", "LatestTimeInText": "sample string 15", "MinuteNumber": 16, "LatestUpdateInTicks": 17, "MarketCapitalization": 18.1, "Volume": 19, "AverageVolume": 20.1, "HighIn52Weeks": 21.1, "LowIn52Weeks": 22.1, "PE": 23.1 } ] }
application/xml, text/xml
Sample:
<TickerTrack xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BUCKSTER.BLL.Models"> <DisplaySymbol>sample string 4</DisplaySymbol> <Name>sample string 1</Name> <Quotes> <TickerQuote> <Average>8.1</Average> <AverageVolume>20.1</AverageVolume> <Change>9.1</Change> <ChangePercentage>10.1</ChangePercentage> <Close>1.1</Close> <Color>sample string 11</Color> <CurrencyCode>sample string 6</CurrencyCode> <DateTime>2023-05-31T09:08:54.1435212+00:00</DateTime> <DisplaySymbol>sample string 5</DisplaySymbol> <High>1.1</High> <HighIn52Weeks>21.1</HighIn52Weeks> <ID>1</ID> <LatestSource>sample string 12</LatestSource> <LatestTime>2023-05-31T09:08:54.1435212+00:00</LatestTime> <LatestTimeInText>sample string 15</LatestTimeInText> <LatestUpdateInTicks>17</LatestUpdateInTicks> <Low>1.1</Low> <LowIn52Weeks>22.1</LowIn52Weeks> <MarketCapitalization>18.1</MarketCapitalization> <MinuteNumber>16</MinuteNumber> <Name>sample string 2</Name> <Open>1.1</Open> <PE>23.1</PE> <PreviousClose>1.1</PreviousClose> <Price>7.1</Price> <TickerSymbol>sample string 3</TickerSymbol> <TickerType>4</TickerType> <Volume>19</Volume> </TickerQuote> <TickerQuote> <Average>8.1</Average> <AverageVolume>20.1</AverageVolume> <Change>9.1</Change> <ChangePercentage>10.1</ChangePercentage> <Close>1.1</Close> <Color>sample string 11</Color> <CurrencyCode>sample string 6</CurrencyCode> <DateTime>2023-05-31T09:08:54.1435212+00:00</DateTime> <DisplaySymbol>sample string 5</DisplaySymbol> <High>1.1</High> <HighIn52Weeks>21.1</HighIn52Weeks> <ID>1</ID> <LatestSource>sample string 12</LatestSource> <LatestTime>2023-05-31T09:08:54.1435212+00:00</LatestTime> <LatestTimeInText>sample string 15</LatestTimeInText> <LatestUpdateInTicks>17</LatestUpdateInTicks> <Low>1.1</Low> <LowIn52Weeks>22.1</LowIn52Weeks> <MarketCapitalization>18.1</MarketCapitalization> <MinuteNumber>16</MinuteNumber> <Name>sample string 2</Name> <Open>1.1</Open> <PE>23.1</PE> <PreviousClose>1.1</PreviousClose> <Price>7.1</Price> <TickerSymbol>sample string 3</TickerSymbol> <TickerType>4</TickerType> <Volume>19</Volume> </TickerQuote> </Quotes> <TickerSymbol>sample string 3</TickerSymbol> <TickerType>5</TickerType> <TimeFrame>sample string 2</TimeFrame> </TickerTrack>