Polygon IO Toolkit and Tools
This notebook shows how to use agents to interact with the Polygon IO toolkit. The toolkit provides access to Polygon's Stock Market Data API.
Setupโ
Installationโ
To use Polygon IO tools, you need to install the langchain-community
package.
%pip install -qU langchain-community > /dev/null