cURL
Stocks
Analysis
Returns analysis for a given ticker
GET
cURL
“Fresh” analysis will be computed for the ticker 100% of the time. The analysis is computed based off of 15-minute delayed financial data until further notice. “Cached” analysis will check the cache for the ticker and return the cached analysis if it exists. If the cached analysis does not exist, it will compute the analysis and then cache it. If the ticker is not in the cache, it will compute the analysis and then cache it, you will be charged with the cached rate. Expect fresh and cache-miss analyses to take 20-30 seconds to complete. Cache-hit analyses will take 3-5 seconds to complete.Documentation Index
Fetch the complete documentation index at: https://docs.byteai.me/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ticker to get analysis for
Example:
"MSFT"
Query Parameters
The model to use for analysis
Available options:
o4-mini-cached, o4-mini-fresh, gpt-5-cached, gpt-5-fresh, gpt-5-nano-cached, gpt-5-nano-fresh Example:
"gpt-4.1-mini-fresh"
Response
Analysis response