New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

data-search-engine

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

data-search-engine

A Python-based data search and visualization engine.

1.1.3
PyPI
Maintainers
1

Data Search App

An application for searching, analyzing, screening and visualizing financial and economic data from multiple sources such as FRED, Eurostat, World Bank, and Yahoo Finance. The app enables creating reports, generating dynamic charts, and exporting results to Excel and PDF files.

Features

  • Data Search:

    • Search macroeconomic indicators from FRED (Federal Reserve Economic Data).
    • Retrieve stock market data and fundamentals via Yahoo Finance.
    • Explore statistical datasets from Eurostat.
    • Access global development indicators from the World Bank.
  • Data Export:

    • Save search results as Excel spreadsheets or PDF reports.
    • Generate detailed financial reports for selected datasets.
  • Data Visualization:

    • Create dynamic, interactive charts for financial data.
    • Choose specific countries, indicators, or date ranges for detailed analysis.
  • Favorites Management:

    • Save frequently used indicators to a "Favorites" section for quick access.
  • Stock Screening:

    • Search all stocks by specific requirements like beta, dividends, PE ratio.

System Requirements

  • Python: Version 3.8 or newer.
  • Operating System: Works on Windows, macOS, and Linux.
  • Dependencies: Install required Python libraries listed in requirements.txt.

Installation and Setup

To install and run the application, clone the repository using:

git clone https://github.com/Siatek98/data_search_engine.git
cd data_search_engine

Install the required dependencies:

pip install -r requirements.txt

Start the application:

python main.py

Alternatively you can just open your notebook and write:

pip install data-search-engine
from data_search_engine import run_app
run_app()

Your credentials and favorites will be stored in app_settings.json in folder with where your packagge is installed. To find the path our you can use:

pip show data_search_engine

You will need API keys for the following services:

  • FRED API Key: Obtain it here.
  • Financial Modeling Prep (FMP) API Key: Obtain it here.

When the application launches, it will prompt you to enter these API keys. Once saved, the application will remember your keys for future use.

Screenshots

  • Main Window: Main Window

  • Charts: Stock Chart

  • Economic Data Chart: WB Chart

  • Fundamentals data: WB Chart

Future Development

Planned features include:

  • Automatic Data Fetching: Schedule regular updates for selected datasets.
  • Additional Data Sources: Expand support to include IMF, Eikon, and other APIs.
  • Database Integration: Allow data storage and retrieval from SQL and MongoDB.
  • Custom Indicators: Create user-defined metrics and calculations using downloaded data.

Support

If you encounter any issues, have questions, or want to suggest improvements, please:

  • Create an issue in the GitHub repository.
  • Contact me via email at tomeksiat@gmail.com.

License

This project is licensed under the MIT License. You are free to use, modify, and distribute this project as long as proper credit is given.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts