NY Federal Reserve reference rates ingest via FRED public API. Pulls SOFR, BGCR, TGCR, OBFR, SOFR averages — NY Fed-published rates that are NOT in the Fed Board H.15 release. These are US public domain (NY Fed is federal). Data is accessed via FRED's public JSON API (same data NY Fed publishes…
Federal Reserve Bank of New York (data served via FRED, Federal Reserve Bank of St. Louis). Retrieved from https://www.newyorkfed.org/markets/reference-rates. Compiled and redistributed by the Elkassabgi Data Library.
Processing: Retrieved from the official source, normalized to a long {series_key, obs_date, value} schema (period-start dates), de-duplicated, and stored as zstd Parquet. Compiled and redistributed by the Elkassabgi Data Library.
NY Federal Reserve reference rates ingest via FRED public API. Pulls SOFR, BGCR, TGCR, OBFR, SOFR averages — NY Fed-published rates that are NOT in the Fed Board H.15 release. These are US public domain (NY Fed is federal). Data is accessed via FRED's public JSON API (same data NY Fed publishes there). No API key required for these individual series at FRED's public rate. Run: python jobs/ingest_nyfed.py
{
"@context": "https://schema.org/",
"@type": "Dataset",
"name": "Federal Reserve Bank of New York (data served via FRED, Federal Reserve Bank of St. Louis)",
"description": "Overnight Bank Funding Rate (Percent); Secured Overnight Financing Rate (Percent). Federal Reserve Bank of New York. 8 series, 2016–2026. Free download.",
"url": "https://econdatalibrary.com/nyfed",
"identifier": "nyfed",
"isAccessibleForFree": true,
"publisher": {
"@type": "Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"includedInDataCatalog": {
"@type": "DataCatalog",
"@id": "https://econdatalibrary.com/#catalog",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com/catalog"
},
"creator": {
"@type": "Organization",
"name": "Federal Reserve Bank of New York",
"url": "https://www.newyorkfed.org/markets/reference-rates"
},
"license": "https://www.usa.gov/government-works",
"keywords": [
"Money & Banking",
"nyfed"
],
"variableMeasured": [
"Overnight Bank Funding Rate (Percent)",
"Secured Overnight Financing Rate (Percent)",
"180-Day Average SOFR (Percent)",
"30-Day Average SOFR (Percent)",
"90-Day Average SOFR (Percent)",
"SOFR Index (Index Apr 2, 2018 = 1)",
"Tri-Party General Collateral Rate (Percent)",
"Tri-Party General Collateral Rate Volume (Billions of U.S. Dollars)"
],
"temporalCoverage": "2016-03-01/2026-06-04",
"citation": "Federal Reserve Bank of New York (data served via FRED, Federal Reserve Bank of St. Louis). Retrieved from https://www.newyorkfed.org/markets/reference-rates. Compiled and redistributed by the Elkassabgi Data Library.",
"sameAs": [
"https://huggingface.co/datasets/econdatalibrary-nyfed",
"https://zenodo.org/communities/econdatalibrary"
],
"distribution": [
{
"@type": "DataDownload",
"name": "nyfed — CSV",
"encodingFormat": "text/csv",
"contentUrl": "https://econdatalibrary.com/download.html?source=nyfed",
"license": "https://www.usa.gov/government-works"
}
]
}{
"@context": {
"@language": "en",
"@vocab": "https://schema.org/",
"cr": "http://mlcommons.org/croissant/",
"data": {
"@id": "cr:data",
"@type": "@json"
},
"dataType": {
"@id": "cr:dataType",
"@type": "@vocab"
},
"sc": "https://schema.org/",
"conformsTo": "dct:conformsTo",
"dct": "http://purl.org/dc/terms/"
},
"@type": "sc:Dataset",
"conformsTo": "http://mlcommons.org/croissant/1.0",
"name": "nyfed",
"description": "Overnight Bank Funding Rate (Percent); Secured Overnight Financing Rate (Percent). Federal Reserve Bank of New York. 8 series, 2016–2026. Free download.",
"url": "https://econdatalibrary.com/nyfed",
"creator": {
"@type": "sc:Organization",
"name": "Federal Reserve Bank of New York",
"url": "https://www.newyorkfed.org/markets/reference-rates"
},
"publisher": {
"@type": "sc:Organization",
"name": "Econ Data Library",
"url": "https://econdatalibrary.com"
},
"license": "https://www.usa.gov/government-works",
"keywords": [
"Money & Banking"
],
"temporalCoverage": "2016-03-01/2026-06-04",
"citation": "Federal Reserve Bank of New York (data served via FRED, Federal Reserve Bank of St. Louis). Retrieved from https://www.newyorkfed.org/markets/reference-rates. Compiled and redistributed by the Elkassabgi Data Library.",
"distribution": [
{
"@type": "cr:FileObject",
"@id": "nyfed-csv",
"name": "nyfed-csv",
"description": "Per-series CSV, downloadable with a free API key.",
"contentUrl": "https://econdatalibrary.com/download.html?source=nyfed",
"encodingFormat": "text/csv"
}
]
}