run-llama / llama-hub

A library of data loaders for LLMs made by the community -- to be used with LlamaIndex and/or LangChain
https://llamahub.ai/
MIT License
3.44k stars 731 forks source link

Create stock_market_data_query_engine #845

Closed Alina-Luo closed 7 months ago

Alina-Luo commented 8 months ago

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Stock market data query engine: Query and retrieve historical market data for a list of stock tickers. Dependency: yfinance

Fixes # (issue)

Type of Change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Suggested Checklist:

nerdai commented 7 months ago

Looks like we just need to clear lint checks now @Alina-Luo. Can you kindly run make lint and make format then push the changes up?

anoopshrma commented 7 months ago

Lint is fixed. Merging it now @nerdai

ohdearquant commented 7 months ago

well done @Alina-Luo