Enum TreasuryYieldInterval
- Namespace
- Tudormobile.AlphaVantage.Entities
- Assembly
- Tudormobile.AlphaVantageAPI.dll
Specifies the time interval between Treasury yield data points.
public enum TreasuryYieldInterval
Fields
Daily = 2Daily yield observations, published on each business day.
Monthly = 0Monthly yield observations, typically published on the first business day of each month.
Weekly = 1Weekly yield observations, typically published once per week.