top of page
Get data from Yahoo Finance 

​Build Specs : Platform: Flowise. Components: Function Agent, Custom Tool, Chat Model. API:External. API end point custom developed. Python code using yfinance package, wrapped in a FastAPI wrapper. LLM : OpenAI GPT 3.5 0125

IMPORTANT : 

1. For stock prices please provide specific date. The backend LLM is ChatGPT 3.5 for which the knowledge base is as of 22nd Oct 2022 or so. So if  you say past 7 days, then by default it provides for Oct 2022.

2. OpenAI and YFIN bot can make mistakes. Consider checkign all important information.

About 𝗬𝗙𝗜𝗡 𝗯𝗼𝘁.

Developed using Gen AI technologies. To pull equity market data from Yahoo Finance. The bot will fetch 𝗕𝗮𝗹𝗮𝗻𝗰𝗲 𝗦𝗵𝗲𝗲𝘁, 𝗣&𝗟, 𝗖𝗮𝘀𝗵 𝗙𝗹𝗼𝘄 𝗦𝘁𝗮𝘁𝗲𝗺𝗲𝗻𝘁 & 𝗤𝘂𝗮𝗿𝘁𝗲𝗿𝗹𝘆 𝗜𝗻𝗰𝗼𝗺𝗲 𝗦𝘁𝗮𝘁𝗲𝗺𝗲𝗻𝘁. 𝗔𝗹𝗹 𝗹𝗶𝗻𝗲 𝗶𝘁𝗲𝗺𝘀 and for the 𝗽𝗮𝘀𝘁 𝗰𝗼𝘂𝗽𝗹𝗲 𝗼𝗳 𝘆𝗲𝗮𝗿𝘀 as published on Yahoo Finance. And also the Adjusted 𝗖𝗹𝗼𝘀𝗶𝗻𝗴 𝗣𝗿𝗶𝗰𝗲 𝗱𝗮𝘁𝗮 𝗳𝗼𝗿 𝗮 𝗴𝗶𝘃𝗲𝗻 𝘁𝗶𝗺𝗲 𝗿𝗮𝗻𝗴𝗲. Also the Market Capitalization, Free Float and Total Outstanding Shares.

Can take multiple symbols too. Recommend providing the Yahoo Finance symbol for better results.

The live bot demonstrates data transfers via FastAPI server, building data pipelines for LLM apps / custom GPTs, as well as LLM app deployment within and outside GPT store.

bottom of page