View Overnight Average product information from BankRate. Valid endpoints are /api/overnight_averages/TYPE

Product based

Type is one of auto, cd, mortgage, or savings.

Also accepts an optional query parameters: zipcode

Historical

The type can also be savings_historical or mortgage_historical.

This accepts a timespan parameter which represents time in number of days to look back, e.g. 7, 30, 120, etc. The default is 1.

if no_cache=True is included as a parameter, the API will not cache the response

GET /api/overnight_averages/mortgage_historical?timespan=
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "30-yr-fixed": [],
    "15-yr-fixed": [],
    "30-yr-fixed-refi": [],
    "15-yr-fixed-refi": []
}