Overnight Averages
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/savings
[ { "apryield": 0.1, "apryieldlastweek": 0.1, "cityname": null, "lastupdate": "3/12/2021", "marketid": 0, "prodhyperlink": "http://www.bankrate.com/funnel/savings/?&prods=33&local=true", "productdescription": "MMA", "productid": 33, "productname": "Money Market Account", "producttype": "D", "ratediff": "S", "ratelastweek": 0.1, "ratevalue": 0.1, "state": "ZZ" }, { "apryield": 0.1, "apryieldlastweek": 0.1, "cityname": null, "lastupdate": "3/12/2021", "marketid": 0, "prodhyperlink": "http://www.bankrate.com/funnel/savings/?&prods=34&local=true", "productdescription": "$10K MMA", "productid": 34, "productname": null, "producttype": "D", "ratediff": "S", "ratelastweek": 0.1, "ratevalue": 0.1, "state": "ZZ" }, { "apryield": 0.18, "apryieldlastweek": 0.2, "cityname": null, "lastupdate": "3/12/2021", "marketid": 0, "prodhyperlink": "http://www.bankrate.com/funnel/cd-investments/?&prods=14&local=true", "productdescription": "6 month CD", "productid": 14, "productname": null, "producttype": "D", "ratediff": "D", "ratelastweek": 0.2, "ratevalue": 0.18, "state": "ZZ" }, { "apryield": 0.33, "apryieldlastweek": 0.35, "cityname": null, "lastupdate": "3/12/2021", "marketid": 0, "prodhyperlink": "http://www.bankrate.com/funnel/cd-investments/?&prods=15&local=true", "productdescription": "1 yr CD", "productid": 15, "productname": null, "producttype": "D", "ratediff": "D", "ratelastweek": 0.35, "ratevalue": 0.32, "state": "ZZ" }, { "apryield": 0.37, "apryieldlastweek": 0.38, "cityname": null, "lastupdate": "3/12/2021", "marketid": 0, "prodhyperlink": "http://www.bankrate.com/funnel/cd-investments/?&prods=16&local=true", "productdescription": "2 yr CD", "productid": 16, "productname": null, "producttype": "D", "ratediff": "D", "ratelastweek": 0.38, "ratevalue": 0.36, "state": "ZZ" }, { "apryield": 0.16, "apryieldlastweek": 0.16, "cityname": null, "lastupdate": "3/12/2021", "marketid": 0, "prodhyperlink": "http://www.bankrate.com/funnel/savings/?&prods=271&local=true", "productdescription": "Savings", "productid": 271, "productname": "Savings Account", "producttype": "D", "ratediff": "S", "ratelastweek": 0.16, "ratevalue": 0.16, "state": "ZZ" }, { "apryield": 0.5, "apryieldlastweek": 0.5, "cityname": null, "lastupdate": "3/12/2021", "marketid": 0, "prodhyperlink": "http://www.bankrate.com/funnel/savings/savings-results.aspx?&prods=34&local=false", "productdescription": "$10K MMA", "productid": 34, "productname": null, "producttype": "H", "ratediff": "S", "ratelastweek": 0.5, "ratevalue": 0.5, "state": "ZZ" }, { "apryield": 0.26, "apryieldlastweek": 0.26, "cityname": null, "lastupdate": "3/12/2021", "marketid": 0, "prodhyperlink": "http://www.bankrate.com/funnel/savings/savings-results.aspx?&prods=33&local=false", "productdescription": "MMA", "productid": 33, "productname": "Money Market Account", "producttype": "H", "ratediff": "S", "ratelastweek": 0.26, "ratevalue": 0.26, "state": "ZZ" }, { "apryield": 0.26, "apryieldlastweek": 0.26, "cityname": null, "lastupdate": "3/12/2021", "marketid": 0, "prodhyperlink": "http://www.bankrate.com/funnel/cd-investments/cd-investment-results.aspx?&prods=14&local=false", "productdescription": "6 month CD", "productid": 14, "productname": null, "producttype": "H", "ratediff": "S", "ratelastweek": 0.26, "ratevalue": 0.26, "state": "ZZ" }, { "apryield": 0.51, "apryieldlastweek": 0.52, "cityname": null, "lastupdate": "3/12/2021", "marketid": 0, "prodhyperlink": "http://www.bankrate.com/funnel/cd-investments/cd-investment-results.aspx?&prods=15&local=false", "productdescription": "1 yr CD", "productid": 15, "productname": null, "producttype": "H", "ratediff": "D", "ratelastweek": 0.52, "ratevalue": 0.51, "state": "ZZ" }, { "apryield": 0.51, "apryieldlastweek": 0.51, "cityname": null, "lastupdate": "3/12/2021", "marketid": 0, "prodhyperlink": "http://www.bankrate.com/funnel/cd-investments/cd-investment-results.aspx?&prods=16&local=false", "productdescription": "2 yr CD", "productid": 16, "productname": null, "producttype": "H", "ratediff": "S", "ratelastweek": 0.51, "ratevalue": 0.51, "state": "ZZ" } ]