Short-term Funding Monitor - API Mnemonics
Series Information: Mnemonics
https://data.financialresearch.gov/v1/metadata/mnemonics
Description
Returns all series available through the API. If no parameters are specified, then this route returns a list of all mnemonics. Using a parameter returns a list of hashes that contain the mnemonic along with the series name.
Parameters
- dataset - The data set for which you want to retrieve mnemonics. Available data sets can be queried by the following keys:
- output - The only allowable output value is "by_dataset" which will return a hash with the top-level keys being the data sets and their value being a list of mnemonics.
Examples
Call:https://data.financialresearch.gov/v1/metadata/mnemonics?dataset=nypdOutput:
[
{
"mnemonic": "NYPD-PD_AFtD_AG-A",
"series_name": "Primary Dealer Aggregate Fails to Deliver: Federal Agency and GSE Securities"
},
{
"mnemonic": "NYPD-PD_AFtD_AG_MBS-A",
"series_name": "Primary Dealer Aggregate Fails to Deliver: Federal Agency and GSE MBS"
},
{
"mnemonic": "NYPD-PD_AFtD_AG_eMBS-A",
"series_name": "Primary Dealer Aggregate Fails to Deliver: Federal Agency and GSE Securities (Excluding MBS)"
},
{
"mnemonic": "NYPD-PD_AFtD_CORS-A",
"series_name": "Primary Dealer Aggregate Fails to Deliver: Corporate Securities"
},
...
]
Call:
https://data.financialresearch.gov/v1/metadata/mnemonics?output=by_datasetOutput:
{
"repo": [
{
"mnemonic": "REPO-DVP_AR_G30-P",
"series_name": "DVP Service Average Rate: Term, >30 Days (Preliminary)"
},
{
"mnemonic": "REPO-DVP_AR_G30-F",
"series_name": "DVP Service Average Rate: Term, >30 Days (Final)"
},
...
]
}
Version
This API endpoint is available in the following versions of the OFR API.
1