simfin icon indicating copy to clipboard operation
simfin copied to clipboard

Simple financial data for Python

Results 10 simfin issues
Sort by recently updated
recently updated
newest added

While transforming https://github.com/SimFin/simfin/blob/master/simfin/names.py to Java Enum, found some duplicate declarations: Line 64: CAPEX = 'Capital Expenditures' Line 90: CAPEX = CHG_FIX_ASSETS_INT = 'Change in Fixed Assets & Intangibles' Line 397:...

bug

These are Frequently Asked Questions (FAQ) related to the Python API for SimFin. More general questions about the SimFin bulk download can be found [here](https://simfin.com/data/help/main?topic=bulk-download). Please also try and search...

## Introduction Partial updating and syncing of the CSV-files, was originally a part of the idea for this project, so it would only download the full CSV-files the first time,...

# Feature Suggestion ## Description The `load()` function (in `load.py`) downloads the data (zip+unzip) and then directly load the data into a pandas dataframe. Would it be possible to add...

# Pull Requests If you want to make contributions to this project, then please open an issue on GitHub and discuss them prior to opening a pull request. It is...

I currently encounter a deprecation warning when using the `pd.read_csv` function with `date_parser`. > FutureWarning: The argument 'date_parser' is deprecated and will be removed in a future version. Please use...

bug

Python 3.10 - deprecation warning load.py ... /Users/XXX/opt/anaconda3/envs/py3_10_8_pinon/lib/python3.10/site-packages/simfin/load.py:144: FutureWarning: The argument 'date_parser' is deprecated and will be removed in a future version. Please use 'date_format' instead, or read your data...

# Feature Suggestion Using the `logging` module, rather than directly printing to `stdout` and `stderr`. ## Description I understand this would add an additional dependency, but I think the `logging`...

In https://simfin.readme.io/reference/rate-limits, the FREE account api request limit is: 2 requests/second. However, unless there is something wrong with the python "requests.get" package that makes it do multiple url requests before...

# Data Error 1 I'll just show what i bumped into, not sure how many similar ones actually exist. ## Code Example default code from https://simfin.readme.io/reference/statements-verbose-1 ``` import requests url...

data-error