Segments
Get segments such as revenue (product or geographic) data for the annual, quarterly, or trailing (twelve months) periods.
get
https://api.stratosphere.io
/segments/AMZN?apikey=YOUR_API_KEY
Parameters
Path
ticker*
Query
period
annual, quarterly, or trailing. if not provided it defaults to annual.
excludeDiscontinued
Boolean
excludes segments that have been discontinued
apikey*
Responses
200: OK
400: Bad Request
No ticker provided
403: Forbidden
Invalid API Key
get
https://api.stratosphere.io
/revenue-segments/BRK-B?apikey=YOUR_API_KEY
Parameters
Path
ticker*
Query
period
annual, quarterly, or trailing. if not provided it defaults to annual.
type
product or geographic. if not provided it defaults to all revenue segments.
excludeDiscontinued
Boolean
excludes revenue segments that have been discontinued
apikey*
Responses
200: OK
400: Bad Request
No ticker provided
403: Forbidden
Invalid API Key
Last modified 17d ago