Historical Data

Deprecated

This API version has been deprecated, please use the current version instead.

← Go back

The purpose of this page is to return the historical data. You can ask for the related reports by event date /eventdate/{IdEcoCalendarDate}/history/ and by event /event/{IdEcoCalendar}/history/.

To use this call, you can use this parameters:

Parameters

All parameters are optional.

  • format
  • rows

History at glance

<HistoryModel>
<DateTime>
<Date>2012-06-01T12:30:00</Date>
</DateTime>
<Actual>8.200</Actual>
<Consensus>8.100</Consensus>
<Previous>8.100</Previous>
<Unit>%</Unit>
<Preliminar>false</Preliminar>
<ForType>8b033ce1-b224-41ac-8d2d-7e69516b34c5</ForType>
<For>
<Date>2012-05-01T00:00:00</Date>
</For>
<DisplayActual>%8.2</DisplayActual>
<DisplayPrevious>%8.1</DisplayPrevious>
<DisplayConsensus>%8.1</DisplayConsensus>
<PotActual/>
<PotConsensus/>
<PotPrevious/>
</HistoryModel>

Nodes

  • DateTime.
  • Actual.
  • Consensus.
  • Previous.
  • Unit.
  • Preliminar. The event is preliminar.
  • ForType. It can be one of the following values:
    • Null: no effect
    • E18CF035-44CE-4D43-A15E-1EF81091E130: Day
    • 8B033CE1-B224-41AC-8D2D-7E69516B34C5: Month
    • 4E9C6743-49EA-4205-A89D-E31F28B9F0DF: Quarter
  • For. A particular day or period of time the event relates to (eg. PPI for March, Trade Balance for the Q3).
  • DisplayActual. Actual in string format.
  • DisplayPrevious Previous in string format.
  • DisplayConsensus. Consensus in string format.
  • PotActual. Actual Potency (M = million, K = 1000, ... ).
  • PotConsensus. Consensus Potency (M = million, K = 1000, ... ).
  • PotPrevious. Previous Potency (M = million, K = 1000, ... ).

You can build a iframe with that code in order to display the live coverage.

<iframe src="https://www.coveritlive.com/index2.php/option=com_altcaster/task=viewaltcast/altcast_code={Id}/height=450/width=630" scrolling="no" height="450px" width="630px" frameBorder ="0" allowTransparency="true" >
<a href="https://www.coveritlive.com/mobile.php/option=com_mobile/task=viewaltcast/altcast_code={Id}" ></a>
</iframe>

Samples

  • History by Event Date in json format: https://calendar.fxstreet.com/eventdate/fcf3e53e-c06f-4fe9-aead-c1ed441df8b1/history/?f=json&k={YOUR_CLIENT_KEY}&s={HASH}&t={TIMESTAMP}