Reference Rates

The ReferenceRate table is a part of the Rate package that stores information about fixed interest rates of various financial instruments. It contains data that is indicative of a specific market reference rate (e.g. U.S. Treasuries, Eurodollar deposits, etc.) on a daily, weekly, or monthly basis, which can be used as a benchmark or reference rate to compare market rates. The information contained within the table can be used to compare the performance of alternative investments over time and understand the relative opportunity costs of holding these assets.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 1 and 64

ReferenceRateId is an nvarchar field with a maximum length of 64 that serves as the primary key for the ReferenceRate table. It is a unique identifier for each row in the table, ensuring that each record can be uniquely identified.

string
required
length ≥ 1

The ReferenceRate table's Description field of nvarchar datatype is used to store a descriptive text about the reference rate such as what the rate is, what it is used for, etc.

string | null

Miscellaneous notes and information for the entry or record.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!