Skip to main content
POST
Batch Calendar Returns

Authorizations

Authorization
string
header
required

Your Fruit Stand API key from app.fruitstand.dev.

Body

application/json
codes
string[]
required

Bare tickers, e.g. ['SPY', 'QQQ'].

Minimum array length: 1
market
string
default:US

Market/exchange code for the funds. Defaults to US; informational and does not affect lookups (codes are bare tickers). Reserved for future multi-market support.

year
integer | null

Return each fund's row for this year. Omit for each fund's latest.

Response

Successful Response

code
string
required

Bare ticker, e.g. SPY.

calendar_year
integer
required
market
string
default:US

Market/exchange code. Always US for now.

base_date
string<date> | null
end_date
string<date> | null
calendar_year_return
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$