Short-term Funding Monitor - API Information Search
Series Information: Series Search
https://data.financialresearch.gov/v1/metadata/search
Description
Returns a list of data sets and series that contain field values that match the given search query. The results are returned with the following fields:
- mnemonic: unique identifier for the series
- dataset: identifier for the data set that the series is a part of
- field: the metadata field that satisfies the search query
- value: the value of the field that satisfies the search query
- type: format of the data within the field
If the metadata is at the data set level, then "mnemonic" will be "none".
Parameters
- query - The value for which you want to search. * and ? are supported. This parameter is required.
Examples
Call:https://data.financialresearch.gov/v1/metadata/search?query=Outstanding*Output:
[
{
"value": "Outstanding Volume",
"dataset": "mmf",
"mnemonic": "MMF-MMF_AG_TOT-M",
"field": "description/subtype",
"type": "str"
},
{
"value": "Outstanding Volume",
"dataset": "mmf",
"mnemonic": "MMF-MMF_AG_TOT-M",
"field": "description/subtype",
"type": "str"
},
…
]
Version
This API endpoint is available in the following versions of the OFR API.
1