xChart.aspx Help

To use xChart.aspx, simply create an IMG object in your source page and set the src url as follow:

<img src="http://www.xignite.com/xchart.aspx?Method=Binary&Type=&SubType=&Symbol=&..."/>

Parameters

Header_Username

Method (required)

Type (required)

SubType (required)

Symbol (default: MSFT for Stocks, CL for futures)

Year (default: 0)

Month (default: 0)

StartDate (default: one year ago for Historical and Commodity SubType, 9:00 for Intraday subtype)

EndDate (default: today for Historical and Commodity SubType, Now (EST) for Intraday subtype)

Width (default: 800 pixels)

Height (default: 600 pixels)

Examples

All these examples use the 'Demo' preset (Preset=Demo).

3 Year History for Microsoft

<img src="http://www.xignite.com/xchart.aspx?Method=Binary&Type=Stock&SubType=Historical&Symbol=MFST&StartDate=3/29/2021&EndDate=3/29/2024"/>

1 Year History for Crude Oil

<img src="http://www.xignite.com/xchart.aspx?Method=Binary&Type=Future&SubType=Commodity&Symbol=CL&StartDate=3/29/2023&EndDate=3/29/2024"/>

Intraday Chart for Google

<img src="http://www.xignite.com/xchart.aspx?Method=Binary&Type=Stock&SubType=Intraday&Symbol=GOOG&StartDate=9:00&EndDate=16:00"/>

Intraday Chart for Natural Gas

<img src="http://www.xignite.com/xchart.aspx?Method=Binary&Type=Future&SubType=Intraday&Symbol=NG&Year=0&Month=0StartDate=6:00&EndDate=16:00"/>

1-Year History for US Dollar vs. Euro

<img src="http://www.xignite.com/xchart.aspx?Method=Binary&Type=Currency&SubType=Historical&Symbol=USDEUR&StartDate=3/29/2021&EndDate=3/29/2024"/>

Today's LIBOR Yield Curve

<img src="http://www.xignite.com/xchart.aspx?Method=Binary&Type=Rate&SubType=Yield Curve&Symbol=Libors&StartDate=3/29/2024"/>