Directories
¶
| Path | Synopsis |
|---|---|
|
examples
|
|
|
basic
command
Example: Basic usage of the MarketData Go SDK v2
|
Example: Basic usage of the MarketData Go SDK v2 |
|
covered-call-screener
command
Example: Covered Call Screener
|
Example: Covered Call Screener |
|
earnings-analyzer
command
Example: Earnings Analyzer
|
Example: Earnings Analyzer |
|
historical-exporter
command
Example: Historical Data Exporter
|
Example: Historical Data Exporter |
|
multi-asset-dashboard
command
Example: Multi-Asset Dashboard
|
Example: Multi-Asset Dashboard |
|
portfolio-monitor
command
Example: Portfolio Monitor
|
Example: Portfolio Monitor |
|
response-formats
command
Command response-formats demonstrates the *Response value every context-first SDK method returns alongside its typed data — the part most examples discard with a blank identifier.
|
Command response-formats demonstrates the *Response value every context-first SDK method returns alongside its typed data — the part most examples discard with a blank identifier. |
|
watchlist-alerter
command
Example: Watchlist Alerter
|
Example: Watchlist Alerter |
|
internal
|
|
|
apicatalog
Package apicatalog is the authoritative, live-probed catalog of every parameter each Market Data API endpoint accepts, together with how the SDK reaches it.
|
Package apicatalog is the authoritative, live-probed catalog of every parameter each Market Data API endpoint accepts, together with how the SDK reaches it. |
|
dotenv
Package dotenv parses .env files into a map for the SDK's configuration cascade.
|
Package dotenv parses .env files into a map for the SDK's configuration cascade. |
|
fanout
Package fanout carries the SDK's one concurrent-fetch policy: run N requests at once, abandon the rest as soon as one fails, and report the failure that actually caused the abandonment (ADR-014).
|
Package fanout carries the SDK's one concurrent-fetch policy: run N requests at once, abandon the rest as soon as one fails, and report the failure that actually caused the abandonment (ADR-014). |
|
http
Package http provides an HTTP client wrapper for the MarketData SDK.
|
Package http provides an HTTP client wrapper for the MarketData SDK. |
|
params
Package params holds canonical, internal representations of Market Data API request parameters that are shared across resource packages.
|
Package params holds canonical, internal representations of Market Data API request parameters that are shared across resource packages. |
|
ratelimit
Package ratelimit provides rate limit tracking for the MarketData SDK.
|
Package ratelimit provides rate limit tracking for the MarketData SDK. |
|
response
Package response provides the Response type for SDK results.
|
Package response provides the Response type for SDK results. |
|
retry
Package retry provides retry logic with exponential backoff.
|
Package retry provides retry logic with exponential backoff. |
|
sdkerrors
Package sdkerrors defines the SDK error types shared across all packages.
|
Package sdkerrors defines the SDK error types shared across all packages. |
|
status
Package status provides a cache for the MarketData API status endpoint, used to avoid retrying requests when the service is known to be offline.
|
Package status provides a cache for the MarketData API status endpoint, used to avoid retrying requests when the service is known to be offline. |
|
timezone
Package timezone provides timezone conversion helpers for the SDK.
|
Package timezone provides timezone conversion helpers for the SDK. |
|
Package marketdata provides the official Go SDK for the Market Data API, offering type-safe access to real-time and historical financial data, including stock quotes and candles, options chains, mutual fund prices, and market status.
|
Package marketdata provides the official Go SDK for the Market Data API, offering type-safe access to real-time and historical financial data, including stock quotes and candles, options chains, mutual fund prices, and market status. |
|
funds
Package funds provides types and methods for mutual fund data from the Market Data API's /v1/funds/candles/ endpoint.
|
Package funds provides types and methods for mutual fund data from the Market Data API's /v1/funds/candles/ endpoint. |
|
markets
Package markets provides market status information from the Market Data API's /v1/markets/status/ endpoint.
|
Package markets provides market status information from the Market Data API's /v1/markets/status/ endpoint. |
|
options
Package options provides access to the Market Data options endpoints: option chains (Chain), expiration dates (Expirations), single and bulk contract quotes (Quote and Quotes), and OCC option symbol lookup (Lookup).
|
Package options provides access to the Market Data options endpoints: option chains (Chain), expiration dates (Expirations), single and bulk contract quotes (Quote and Quotes), and OCC option symbol lookup (Lookup). |
|
stocks
Package stocks provides access to the Market Data stocks endpoints: real-time quotes and bulk quotes, historical candles, bulk candles, SmartMid prices, earnings, and news.
|
Package stocks provides access to the Market Data stocks endpoints: real-time quotes and bulk quotes, historical candles, bulk candles, SmartMid prices, earnings, and news. |
|
utilities
Package utilities provides access to the Market Data API's utility endpoints, which report on the API itself rather than on market data.
|
Package utilities provides access to the Market Data API's utility endpoints, which report on the API itself rather than on market data. |
Click to show internal directories.
Click to hide internal directories.