GET
/
econ
curl --request GET \
  --url https://api.benzinga.io/v4.1/fxstreet/econ \
  --header 'apikey: <api-key>'
[
  {
    "Event": {
      "Id": "string",
      "DateUtc": "string (ISO date)",
      "Name": "string",
      "Description": "string",
      "HTMLDescription": "string",
      "CuntryID": "string",
      "InternationalCountryCode": "string",
      "CountryName": "string",
      "EventTypeID": "string",
      "EventTypeDescription": "string",
      "Potency": "number",
      "PotencySymbol": "string",
      "CurrencyId": "string",
      "CurrencySymbol": "string",
      "Symbol": "string",
      "IsSpeech": "boolean",
      "IsReport": "boolean",
      "RiseType": "string"
    },
    "Id": "string",
    "DateUtc": "string (ISO Date)",
    "Comments": "string",
    "IsPreliminary": "boolean",
    "PeriodType": "string",
    "ForPeriod": "string (ISO Date)",
    "Volatility": "integer",
    "Consensus": "number",
    "HasRelatedContent": "boolean",
    "Previous": "number",
    "Revised": "number",
    "IsTentative": "boolean",
    "IsAllDay": "boolean",
    "IsBetterThanExpected": "boolean",
    "HasNews": "boolean",
    "HasRelateds": "boolean",
    "HasHistory": "boolean",
    "UrlSource": "string",
    "CreateDateUtc": "string (ISO Date)"
  }
]
[
  {
    "Event": {
      "Id": "string",
      "DateUtc": "string (ISO date)",
      "Name": "string",
      "Description": "string",
      "HTMLDescription": "string",
      "CuntryID": "string",
      "InternationalCountryCode": "string",
      "CountryName": "string",
      "EventTypeID": "string",
      "EventTypeDescription": "string",
      "Potency": "number",
      "PotencySymbol": "string",
      "CurrencyId": "string",
      "CurrencySymbol": "string",
      "Symbol": "string",
      "IsSpeech": "boolean",
      "IsReport": "boolean",
      "RiseType": "string"
    },
    "Id": "string",
    "DateUtc": "string (ISO Date)",
    "Comments": "string",
    "IsPreliminary": "boolean",
    "PeriodType": "string",
    "ForPeriod": "string (ISO Date)",
    "Volatility": "integer",
    "Consensus": "number",
    "HasRelatedContent": "boolean",
    "Previous": "number",
    "Revised": "number",
    "IsTentative": "boolean",
    "IsAllDay": "boolean",
    "IsBetterThanExpected": "boolean",
    "HasNews": "boolean",
    "HasRelateds": "boolean",
    "HasHistory": "boolean",
    "UrlSource": "string",
    "CreateDateUtc": "string (ISO Date)"
  }
]

Authorizations

apikey
string
header
required

include key in either query or header

Query Parameters

view
enum<string>

Filter the returned data by specific time periods.

  • current - Displays n events (parameter 'rows'), tacking m from the past (parameter 'pastevents'), limited to k hours back (parameter 'hoursbefore').
  • range - Displays events from a start date to a end
  • day - Displays the events for the current day
  • week - Displays the events for the current week
  • month - Displays the events for the current day and the rest of the days in the current month.
Available options:
current,
range,
day,
week,
month
rows
integer

The number of rows to display. Only applicable for view=current

pastevents
integer

The number of events from the past. Max 100. Only applicable for view=current. If hoursbefore is specified the events from the past will be limited to those within specified hours.

hoursbefore
integer

When view=current hoursbefore limits the previousevents returned to within the specified hours.

keyword
string

Keyword to filter results. Must be at least 3 characters long

countrycode
enum<string>

Filter results by specific countries. To filter by multiple, separate by comma - US,FR,DE

Available options:
AU,
AT,
BE,
BR,
CA,
CL,
CN,
CO,
CZ,
DK,
EMU,
FI,
FR,
DE,
GR,
HK,
HU,
IS,
IN,
ID,
IE,
IT,
JP,
MX,
NL,
NZ,
false,
PL,
PT,
RO,
RU,
SG,
SK,
ZA,
ES,
SE,
CH,
TR,
UK,
US
categories
enum<string>

Limit the returned results to specific categories. To filter by multiple, separate by comma

  • categories=c94405b5-5f85-4397-ab11-002a481c4b92,33303f5e-1e3c-4016-ab2d-ac87e98f57ca
  • Central Banks - c94405b5-5f85-4397-ab11-002a481c4b92
  • Consump. & Inflation - 33303f5e-1e3c-4016-ab2d-ac87e98f57ca
  • Confidence Indice - se229c890-80fc-40f3-b6f4-b658f3a02635
  • Employment - 91da97bd-d94a-4ce8-a02b-b96ee2944e4c
  • Industrial & Non-Industrial Activity - 24127f3b-edce-4dc4-afdf-0b3bd8a964be
  • Liquidity & Balance - fa6570f6-e494-4563-a363-00d0f2abec37
  • Government - e9e957ec-2927-4a77-ae0c-f5e4b5807c16
Available options:
c94405b5-5f85-4397-ab11-002a481c4b92,
33303f5e-1e3c-4016-ab2d-ac87e98f57ca,
se229c890-80fc-40f3-b6f4-b658f3a02635,
91da97bd-d94a-4ce8-a02b-b96ee2944e4c,
24127f3b-edce-4dc4-afdf-0b3bd8a964be,
fa6570f6-e494-4563-a363-00d0f2abec37,
e9e957ec-2927-4a77-ae0c-f5e4b5807c16
timezone
string

Find a list of possible values here - http://calendar.fxstreet.com/country/GetTimeZones?v=2&f=json Use the FXSstandardName value

Response

200 - */*

success

The response is of type object[].