GET api/Graph?symbol={symbol}&DaysTrending={DaysTrending}&exchange={exchange}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
symbol

string

Required

DaysTrending

integer

Required

exchange

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of decimal number

Response Formats

application/json, text/json

Sample:
[
  1.0,
  2.0
]

text/html

Sample:
[1.0,2.0]

application/xml, text/xml

Sample:
<ArrayOfdecimal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <decimal>1</decimal>
  <decimal>2</decimal>
</ArrayOfdecimal>