TinkoffInvest.Market (tinkoff_invest v0.1.1) View Source
Context for Market api
Контекст для апи по бумагам
Link to this section Summary
Functions
Get market bonds list
Get market candles history by FIGI
Get market currencies list
Get market ETF list
Get market orderbook by FIGI and depth
Get market instrument by FIGI
Get market instrument list by ticker
Get market stocks list
Link to this section Functions
Specs
bonds() :: TinkoffInvest.Model.Api.Response.t()
Get market bonds list
Specs
candles(String.t(), DateTime.t(), DateTime.t(), String.t()) :: TinkoffInvest.Model.Api.Response.t()
Get market candles history by FIGI
Specs
currencies() :: TinkoffInvest.Model.Api.Response.t()
Get market currencies list
Specs
etfs() :: TinkoffInvest.Model.Api.Response.t()
Get market ETF list
Specs
orderbook(String.t(), integer()) :: TinkoffInvest.Model.Api.Response.t()
Get market orderbook by FIGI and depth
Specs
search_figi(String.t()) :: TinkoffInvest.Model.Api.Response.t()
Get market instrument by FIGI
Specs
search_ticker(String.t()) :: TinkoffInvest.Model.Api.Response.t()
Get market instrument list by ticker
Specs
stocks() :: TinkoffInvest.Model.Api.Response.t()
Get market stocks list