Skip to content

@livefolio/sdk / ExchangeName

Type Alias: ExchangeName

ExchangeName = "NYSE" | "LSE"

Defined in: calendars/get-calendar.ts:11

Union of supported exchange names accepted by getCalendar.

  • 'NYSE' — New York Stock Exchange (and NYSE-equivalent venues).
  • 'LSE' — London Stock Exchange.

Released under the MIT License.