Quotemedia - Dynamic Market Data Solutions
Stock Information Lookup symbol lookup

QuoteMedia's Module Setup Information

These pages contain instructions, symbol and topic lists, and general resources to help you integrate QuoteMedia financial web-based modules. If you need any help, please give us a call and we'll have your tool code customized to fit your site in a timely manner.

Adding Tools to Your Site

Within the demonstration area (ie./ multi-channel module) for a tool:

  1. Click the 'Get Code' button in the left hand Demo Options toolbar.
  2. Click 'Copy to Clipboard' to copy the CSS settings. Paste them between the <:head></head> tags in your HTML document.
  3. Click 'Copy to Clipboard' to copy the module Javascript. Paste them into your HTML document where you want the tool to display.

Adding Multiple Tools to your Website

QuoteMedia Tools and Modules are designed to share similar style (CSS) settings. There are four possible style combinations that each tool will use:

  1. Tool based (qmmt):
    <link rel="stylesheet" type="text/css" href="http://app.quotemedia.com/css/tools.css" media="screen">
  2. Module based (qm):
    <link rel="stylesheet" type="text/css" href="http://app.quotemedia.com/css/module.css" media="screen">
  3. Portfolios (qmpf):
    <link rel="stylesheet" type="text/css" href="http://app.quotemedia.com/css/portfolio.css" media="screen">
  4. Screeners (qmsm):
    <link rel="stylesheet" type="text/css" href="http://app.quotemedia.com/css/screener.css" media="screen">

In the case of customizing multiple tools on one webpage, you will only need to use one of the above style sheets for each tool that uses them.