c4a12725cdb5
Latest price
The latest price endpoint provides the latest market price for a specified financial instrument. It returns a single data point representing the current (or the most recently available) trading price.
Query parameters
Symbol ticker of the instrument
Filter by financial instrument global identifier (FIGI). This parameter is available on the <a href="https://twelvedata.com/pricing">Ultra</a> plan (individual) and the <a href="https://twelvedata.com/pricing-business">Enterprise</a> plan (business) and above.
Filter by international securities identification number (ISIN). ISIN access is activating in the <a href="https://twelvedata.com/account/add-ons">Data add-ons</a> section
The CUSIP of an instrument for which data is requested. CUSIP access is activating in the <a href="https://twelvedata.com/account/add-ons">Data add-ons</a> section
Exchange where instrument is traded
Market Identifier Code (MIC) under ISO 10383 standard
Country where instrument is traded, e.g., United States or US
The asset class to which the instrument belongs
Value can be JSON or CSV
Specify the delimiter used when downloading the CSV file
Parameter is optional. Only for Pro or Venture, and above plans. Available at the 1min, 5min, 15min, and 30min intervals for US equities. Open, high, low, close values are supplied without volume.
Specifies the number of decimal places for floating values. Should be in range [0,11] inclusive
Response
Example response
{
"price": "200.99001"
}