Divooka.Services.FinancialDataService

Divooka.Services.FinancialDataService.HistoryData

Single-name single-column numerical history data. Offers API for accessing https://github.com/Charles-Zhang-Investment/HistoryDataService in different flavours: timeseries (`(DateTime, double)` tuple arrays), CSV (text) (which can be converted to DataGrid manually), and strongly typed objects. APIs are provided at two levels: Named (entity as node), and not named (with string identifier).

Divooka.Services.FinancialDataService.Private.YahooFinanceHelper

Provides helper functions to fetch data using Yahoo Finance web API service.

Remarks

Deprecation note: https://github.com/karlwancl/YahooFinanceApi/issues/76 https://github.com/karlwancl/YahooFinanceApi/issues/75 Better to hose our own service.

Divooka.Services.FinancialDataService.Private.YahooFinanceHelper.YahooFinanceRawCSV()

Fetch time series data as CSV from Yahoo Finance.

Divooka.Services.FinancialDataService.Private.YahooFinanceHelper.YahooFinance()

Fetch time series data as DataGrid from Yahoo Finance.

Divooka.Services.FinancialDataService.Private.YahooFinanceHelper.CustomService()

Fetch from custom source.

Divooka.Services.FinancialDataService.SimpleTicker

Provides helper functions to fetch data using symbol name.

Divooka.Services.FinancialDataService.SimpleTicker.FetchSymbol()

Fetch time series data as DataGrid with ticker name, start/end date and interval.

Parameters

NameDescriptionDefault
symbol AAPL

Divooka.Services.FinancialDataService.SimpleTicker.FetchSymbols()

Fetch stock market data by symbols and return closed price in columns.

Parameters

NameDescriptionDefault
symbols Comma, space or new line separated symbols.