{"id":25573225,"url":"https://github.com/gabbersepp/ib-flex-reader","last_synced_at":"2025-04-12T14:14:23.122Z","repository":{"id":33234095,"uuid":"153567615","full_name":"gabbersepp/ib-flex-reader","owner":"gabbersepp","description":"Easily read an interactive brokers flex query from the official API or pass an already downloaded report","archived":false,"fork":false,"pushed_at":"2023-11-15T23:00:36.000Z","size":267,"stargazers_count":15,"open_issues_count":9,"forks_count":9,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-21T14:58:23.105Z","etag":null,"topics":["broker","finance","flex","interactive","query"],"latest_commit_sha":null,"homepage":"https://jodekadev.de","language":"C#","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/gabbersepp.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-18T05:21:30.000Z","updated_at":"2023-10-03T22:02:35.000Z","dependencies_parsed_at":"2025-02-21T01:36:25.587Z","dependency_job_id":"1e323ea1-5142-44c1-9f32-176e8a1b8e7d","html_url":"https://github.com/gabbersepp/ib-flex-reader","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabbersepp%2Fib-flex-reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabbersepp%2Fib-flex-reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabbersepp%2Fib-flex-reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gabbersepp%2Fib-flex-reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gabbersepp","download_url":"https://codeload.github.com/gabbersepp/ib-flex-reader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248578822,"owners_count":21127713,"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":["broker","finance","flex","interactive","query"],"created_at":"2025-02-21T01:34:09.244Z","updated_at":"2025-04-12T14:14:23.102Z","avatar_url":"https://github.com/gabbersepp.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ib-flex-reader\n\nThis library can help you with fetching flex queries from Interactive Brokers.\nJust pass Token and Query ID and wait until it has finished.\n\n[![Build Status](https://travis-ci.org/gabbersepp/ib-flex-reader.svg?branch=master)](https://travis-ci.org/gabbersepp/ib-flex-reader) [![Nuget](https://img.shields.io/nuget/v/Biehler.IbFlexReader.svg?style=popout)](https://www.nuget.org/packages/Biehler.IbFlexReader/)\n\n## Usage\n\nSimple call the library by passing your token and queryId:\n\n```c#\n\t...\n\tFlexResult result = new Reader().GetByApi(token, queryId).Result;\n\t...\n```\n\nOr pass an already downloaded file:\n\n```c#\n\t...\n\tFlexQueryResponse result = new Reader().GetByString(content);\n\t...\n```\n\n## Install\n`nuget install Biehler.IbFlexReader`\n\n## Requirements\nIt requires your application to be .NET Standard 2.0 compliant.\n\n## IB Setup\nPlease read the wiki to be informed about the required IB setup.\n\n## [Release Notes](https://github.com/gabbersepp/ib-flex-reader/releases)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabbersepp%2Fib-flex-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgabbersepp%2Fib-flex-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgabbersepp%2Fib-flex-reader/lists"}