Stocks API
Overview
The Stocks API provides access to real-time and historical stock market data. This documentation outlines the available objects and functions to help you get started with stock data integration.
Available Objects
Object | Description | Documentation |
---|---|---|
goldengoose.stocks.ggStock | Stock data container with OHLC information | ggStock Documentation |
Available Functions
Function | Description | Documentation |
---|---|---|
goldengoose.stocks.list() | Returns a list of all available stock tickers | list() Documentation |
goldengoose.stocks.get(stock) | Retrieves data for a specific stock ticker | [get() Docume |