# Price & Quote

[**Market Data Web Services API**](/apis/market-data/overview)

You use the Price & Quote service to retrieve price and quote information for either single or multiple instruments using a single request. 

Both industry standard and Morningstar proprietary identifiers can be used in the request. 

**Table of Contents**

* [Getting Started](#get-start-id)
* [Parameters](#params-id)
* [Response](#response-id)
* [Example Requests](#example-requests-id)

### Getting Started {#get-start-id}

Information about authentication and onboarding to the service can be found on the [Market Data Web Services API](/apis/market-data/overview) page.

### Parameters {params-id}

| Parameters | Description | Required |
| :-- | :---------- | :-------------------------- |
|`instrument`|Comma-separated list of instrument identifiers.|Yes|
|`fields`|Comma-separated list of field IDs.||


### Response {#response-id}

The response can contain:

* Level 1 prices
* VWAP
* Calculated statistics
* Up to 10 levels of quote data


### Example Requests {#example-requests-id}

>The following sections describe some common requests to the Price & Quote service. The exchanges and instruments you can query depend on your account enablements.

### Example 1

Using Morningstar identifier, get all fields for a single instrument.

````
http://msxml.morningstar.com/Index.php?username=******&password=******&Instrument=126.1.MSFT

```` 

### Example 2

Get all fields for the ISINs specified.

````
http://msxml.morningstar.com/Index.php?username=******&password=******&ISIN=GB00BH4HKS39,GB0008706128,GB0031348658&Exchange=151

````

### Example 3

Get subset of fields for multiple instruments.

````
http://msxml.morningstar.com/Index.php?username=******&password=******&Instrument=126.1.AAPL,160.1.AF,170.1.FING/B&fields=H1,H2,H3,S19,S12,D2,D4,D6

````