{"id":22338809,"url":"https://github.com/reetou/tinkoff-invest-elixir","last_synced_at":"2025-03-26T08:43:49.850Z","repository":{"id":62430451,"uuid":"336419518","full_name":"reetou/tinkoff-invest-elixir","owner":"reetou","description":"Unofficial Tinkoff Invest SDK for Elixir","archived":false,"fork":false,"pushed_at":"2021-02-25T10:08:53.000Z","size":85,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T08:54:57.023Z","etag":null,"topics":["elixir","stonks","tinkoff","tinkoff-invest"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/tinkoff_invest","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reetou.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-06T00:12:52.000Z","updated_at":"2021-05-26T11:38:42.000Z","dependencies_parsed_at":"2022-11-01T20:20:49.456Z","dependency_job_id":null,"html_url":"https://github.com/reetou/tinkoff-invest-elixir","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reetou%2Ftinkoff-invest-elixir","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reetou%2Ftinkoff-invest-elixir/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reetou%2Ftinkoff-invest-elixir/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reetou%2Ftinkoff-invest-elixir/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reetou","download_url":"https://codeload.github.com/reetou/tinkoff-invest-elixir/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245622932,"owners_count":20645678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir","stonks","tinkoff","tinkoff-invest"],"created_at":"2024-12-04T07:05:27.513Z","updated_at":"2025-03-26T08:43:49.824Z","avatar_url":"https://github.com/reetou.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Stonks](https://i.imgur.com/xkNPyqU.jpg)\n\n# TinkoffInvest\n\nTinkoffInvest SDK Elixir programming language.\n\nREST клиент для Тинькофф.Инвестиций на Elixir.\n\n## Installation\n\nThe package can be installed\nby adding `tinkoff_invest` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:tinkoff_invest, \"~\u003e 0.2\"}\n  ]\nend\n```\n\n## Configuration\n\n```elixir\nconfig :tinkoff_invest, \n  token: \"MYTOKEN\",\n  broker_account_id: \"123\",\n  mode: :production # You can also use :sandbox for Sandbox mode (:production by default)\n  # Tokens and account ids are different depending on your mode\n```\n\n## Example\n\nGet stonks\n\n```elixir\nTinkoffInvest.Market.stocks() \n|\u003e TinkoffInvest.payload() \n|\u003e Enum.map(fn %TinkoffInvest.Model.Instrument{figi: figi} -\u003e \n  IO.inspect(figi, label: \"Stock FIGI: \") \nend)\n```\n\nSee `TinkoffInvest` module for more details\n\nDocumentation: [https://hexdocs.pm/tinkoff_invest](https://hexdocs.pm/tinkoff_invest).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freetou%2Ftinkoff-invest-elixir","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freetou%2Ftinkoff-invest-elixir","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freetou%2Ftinkoff-invest-elixir/lists"}