GithubHelp home page GithubHelp logo

borsdata-sdk's People

Contributors

joelroxell avatar nikobenho avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

borsdata-sdk's Issues

Reports (v1)

  • /v1/instruments/{id}/reports/{reporttype}
  • /v1/instruments/{id}/reports

pandas support

Hey Joel, really nice client/sdk here. I was thinking about creating something similar earlier although primarily with pandas DataFrames result sets. Could be implemented as a method kwarg here I guess. I think it would be super valuable as most python users will be using pandas with the API anyway.

Or if this lib should be kept with minimal dependencies then maybe a pandas wrapper lib for this. What do you think?

TypeError: __init__() got an unexpected keyword argument 'stockPriceCurrency'

Code:
from borsdata_sdk import BorsdataAPI
borsdata = BorsdataAPI(myApiKey)
instruments = borsdata.get_instruments()

Error:
----> [3] instruments = borsdata.get_instruments()
TypeError: init() got an unexpected keyword argument 'stockPriceCurrency'

Message from borsdata support:
Hej,

Det är Python libet du använder som har problem med att vi lagt till fler parametrar i Json,
Det borde fungera att lägga till i Json men ditt Python lib kan inte hantera detta.
Då detta är 3d-part så behöver du själv lägga in dessa två värden i Instruments filen,

https://borsdata.se/news/orginalrapportvaluta

Mvh
Henrik

Cleanup non issue

When my account was compromised a spam issue was created in this repo. I sincerely apologize. Cleaning up such issues via script.

Kpis (v1) integration

  • instruments/{insid}/kpis/{kpiId}/{reporttype}/{pricetype}/history
  • instruments/{insid}/kpis/{kpiId}/{calcGroup}/{calc}
  • instruments/kpis/{kpiId}/{calcGroup}/{calc}
  • instruments/kpis/updated

Please add support for 20 years history

Please add support for 20 years history recently available in the API. See APIUpdate

Probably a very minor change. I tested by adding the line
params.update({'maxcount': 20})
at line 138 to update the get_instrument_stock_price method for instance and that seemed to do the trick for that method.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.