FutureSource iFS (Integrated Financial Solutions) is a simple way to integrate market data
into your own web site. This is a quick reference page to give you quick links for you
to integrate into your site. For a more robust refernce document please view our
Developer Reference
which explains the different parameters that can be passed to each component and the multiple
ways to incorporate these components into your site.
Default Quoteboard URLs:
Currencies -
https://ifs.marketcenter.com/quotes/quotes.jsp?cID=FS&iFSQgroup=currencies
Energy -
https://ifs.marketcenter.com/quotes/quotes.jsp?cID=FS&iFSQgroup=energy
Grains -
https://ifs.marketcenter.com/quotes/quotes.jsp?cID=FS&iFSQgroup=grains
Indices -
https://ifs.marketcenter.com/quotes/quotes.jsp?cID=FS&iFSQgroup=indices
Interest Rates -
https://ifs.marketcenter.com/quotes/quotes.jsp?cID=FS&iFSQgroup=irates
Livestock -
https://ifs.marketcenter.com/quotes/quotes.jsp?cID=FS&iFSQgroup=livestock
Metals -
https://ifs.marketcenter.com/quotes/quotes.jsp?cID=FS&iFSQgroup=metals
Softs -
https://ifs.marketcenter.com/quotes/quotes.jsp?cID=FS&iFSQgroup=softs
Forex -
https://ifs.marketcenter.com/quotes/quotes.jsp?cID=FS&iFSQgroup=forex
Creating Custom/Dynamic Quoteboards:
To construct new quoteboards dynamically, use the following syntax:
https://ifs.marketcenter.com/quotes/quotes.jsp?cID=FS&iFSQsymbols=SYMBOLS&iFSQtitle=TITLE
SYMBOLS - the symbols you wish to get quotes for. Symbols can include front months, root contracts, indexes, and much more.
TITLE - the display title for a quoteboard. If blank, defaults to "Quotes".
For a full list of parameters to customize the quoteboard, and it's default values, please view our
Developer Reference
Displaying Thumbnail Charts:
To display a thumbnail chart in a web page, use the following URL example in an <IMG> tag:
https://ifs.marketcenter.com/charts/thumbchart.jsp ?cID=FS&sym=SYM&agg=AGG&vmin=MINUTES&type=TYPE&w=WIDTH&h=HEIGHT
SYM - the symbol you wish to get a chart for.
AGG - the aggregation period for the chart. Valid values are:
- T - Tick
- V - Intraday
- D - Daily
- W - Weekly
- M - Monthly
MINUTES - only required for Intraday charts. This is the period for an Intraday chart.
TYPE - bar type for the chart. Valid values are:
- BAR - Bar chart
- LINE - Line chart
- AREA - Area chart
- CANDLE - Candlestick chart
WIDTH - width of the thumbnail. Default is 150 pixels.
HEIGHT - height of the thumbnail. Default is 150 pixels.
For a full list of parameters to customize thumbnail charts, and it's default values, please view our
Developer Reference
Displaying MarketView:
To embed a MarketView component in a page, paste the following code into your web page:
<script language="JavaScript" src="https://ifs.marketcenter.com/js/quotes/marketview.jsp?cID=FS"></script>
For a full list of parameters to customize the MarketView component, and it's default values, please view our
Developer Reference
Displaying News Headlines:
The following link can be used to display any news group that has been created for you. To create additional news groups please contact your iFS representative.
https://ifs.marketcenter.com/news/headlines.jsp?cID=FS&iFSNgroup=GROUP&iFSNwidth=WIDTH
GROUP - the news group you would like to display
WIDTH - the width of the news table. Default is 100%
|