V3_INTEREST_RATE_HISTORY_EOD()
FreeValueStandardPro
- Returns the interest rate reported. Depending on the rate, reports can occur in the morning or the afternoon.
Example
=THETADATA.V3_INTEREST_RATE_HISTORY_EOD("SOFR", "20251104", "20251108")Parameters
symbolRequired -
The stock or index symbol, or underlying symbol for options.
Type: string
Behavior: Required.
start_dateRequired -
The start date (inclusive).
Type: string
Behavior: Required.
end_dateRequired -
The end date (inclusive).
Type: string
Behavior: Required.
Returns
A grid (string[][]) - a header row followed by one row per result. See the REST API reference for the full response schema.