Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 2.08 KB

File metadata and controls

54 lines (35 loc) · 2.08 KB

NYFED

1.0.2 v3

This document was generated automatically. Please see README Generator for more info.

Environment Variables

Required? Name Description Type Options Default
API_ENDPOINT An API endpoint for Data Provider string https://markets.newyorkfed.org/api/rates/secured/all/latest.json

Data Provider Rate Limits

Name Requests/credits per second Requests/credits per minute Requests/credits per hour Note
default 6 Reasonable limits

Input Parameters

Required? Name Description Type Options Default
endpoint The endpoint to use string rate rate

Rate Endpoint

rate is the only supported name for this endpoint.

Input Params

Required? Name Aliases Description Type Options Default Depends On Not Valid With
symbol Symbol of the rate you are looking for string

Example

Request:

{
  "data": {
    "endpoint": "rate",
    "symbol": "SOFR"
  }
}

MIT License