Git Product home page Git Product logo

reuterspy's Introduction

pexels-kevin-ku-577585

โšก๏ธ I'm a developer, I like solving problems,
๐Ÿ›  I'm CTO / Co-founder at Cadex,
๐Ÿ’ป my actual stacks are reactJs, react-native and python,
โ„๏ธ I have a component published in NPM for react-native react-native-picker-checkbox,
๐Ÿ I have also a component published in PyPi.org for python reuterpy,

  • Github visitors

  • ๐Ÿ“ซ How to reach me
    Linkedin Badge Gmail Badge Telegram Badge

Github Stats

ReadMe Card

ReadMe Card

reuterspy's People

Contributors

viniciuswovst avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

reuterspy's Issues

Building wheel for pandas (pyproject.toml) ... error

The script is not usable as the compilation failed at the first stage:
ERROR: Command errored out with exit status 1:....
Complete output (1154 lines):.....
setup.py:45: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
_CYTHON_INSTALLED = _CYTHON_VERSION >= LooseVersion(min_cython_ver)....

Hi, I can't install reuterspy using pip it exits with this error, any help is highly appreciated!

File "/tmp/pip-install-zyi2isqz/pandas_8dad405e437845f08a9d39ba355a887e/versioneer.py", line 400, in get_config_from_root
parser = configparser.SafeConfigParser()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error

ร— Getting requirements to build wheel did not run successfully.
โ”‚ exit code: 1
โ•ฐโ”€> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip.

receive only empty dataframes - reuters.com links probably broken/changed?

Get only empty dataframes. Reuters.com links changed i.e. the links used within the code are broken?

Here an example of my input:
Python 3.9.12 | packaged by conda-forge | (main, Mar 24 2022, 23:25:59)
[GCC 10.3.0] on linux

from reuterspy import Reuters
reuters = Reuters()
ticker_list = ['NFLX.O']
df = reuters.get_income_statement(ticker_list)
print(df.head())
Empty DataFrame
Columns: []
Index: []

using within the browser the link provided in the code (reuterspy/blob/main/reuterspy/utils/api.py), i.e.
https://www.reuters.com/companies/api/getFetchCompanyFinancials/NFLX.O
-> receive the response: we can't find that page

or within the browser the link coded in reuterspy/blob/main/reuterspy/init.py , i.e.
https://www.reuters.com/companies/NFLX.O/key-metrics
-> redirects to https://www.reuters.com/markets/companies/NFLX.O/key-metrics/price-and-volume

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.