Data Item: Get Quote
Last updated May 19, 2024
The Get Quote Data Item allows you to access the current and latest quotation for a symbol on an account.
In the settings panel, you can request the type of quote you wish to access -
Types available are -
- Bid
- Ask
- Data
The Bid is the current price the market is willing to offer to buy the symbol. The Ask is the current price the market is offering to sell the symbol.
Bid and Ask types will return a value for the quotation. Data will return a json structure containing all of the data, which can be used in other data items or stories in the following format -
{
"bid": 123.45,
"ask": 678.45,
}
Was this article helpful?
📊