Skip to main content
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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

ticker
string
required

The ticker to get analysis for

Example:

"MSFT"

Query Parameters

model
enum<string>

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

analysis
object
required