get_eia_series
ActiveTool of TensorFeed
Get a US Energy Information Administration time-series. Curated routes: petroleum/pri/spt (WTI/Brent crude spot prices), petroleum/pri/gnd (US retail gasoline), natural-gas/pri/sum (Henry Hub + retail nat gas), electricity/retail-sales (by state and sector), electricity/electric-power-operational-data (net generation by fuel), total-energy. License: US Government public domain.
Parameters schema
{
"type": "object",
"required": [
"route"
],
"properties": {
"end": {
"type": "string",
"description": "End date YYYY-MM-DD"
},
"route": {
"type": "string",
"description": "One of: petroleum/pri/spt, petroleum/pri/gnd, natural-gas/pri/sum, electricity/retail-sales, electricity/electric-power-operational-data, total-energy"
},
"start": {
"type": "string",
"description": "Start date YYYY-MM-DD"
},
"length": {
"type": "number",
"default": 100,
"description": "Max records (1-5000)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
TensorFeed
https://github.com/RipperMercs/tensorfeed
1/7 registries