Description Usage Arguments Value Author(s) See Also Examples
getQuote
returns an data frame
The getQuote API is used to request price data, either real-time,
delayed or end-of-day, by symbol on stocks, indexes, mutual funds, ETFs,
futures, foreign exchange, or cryptocurrencies.
1 |
symbols |
Required; A symbol or code that identifies a financial instrument. Multiple symbols separated by a comma may be used. For futures, notation such as for the active contract or for the first nearby is supported, as is for all futures contracts for a given root symbol, as is for all options contracts for a given underlying futures symbol. |
fields |
optional; The fields requested. Example fiftyTwoWkHigh,fiftyTwoWkHighDate,fiftyTwoWkLow,fiftyTwoWkLowDate |
only |
optional; Returns only specified fields. Example symbol,name |
data frame
Mario Pisa
https://www.barchart.com/ondemand/api/getQuote
1 2 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.