Table of Contents

Class AlphaVantageOptions

Namespace
Tudormobile.AlphaVantage.Extensions
Assembly
Tudormobile.AlphaVantageAPI.dll

Gets or sets the API key used to authenticate requests to the Alpha Vantage service.

public class AlphaVantageOptions
Inheritance
AlphaVantageOptions
Inherited Members

Remarks

The API key is required for accessing Alpha Vantage endpoints. Obtain an API key from the Alpha Vantage website and assign it to this property before making requests.

Constructors

AlphaVantageOptions()

public AlphaVantageOptions()

Properties

ApiKey

Gets or sets the API key used to authenticate requests to external services.

public string ApiKey { get; set; }

Property Value

string