FinChain
An API enabling your LangChain AI agents to access live financial / investment information, and then take action using tools to access stock broker exchanges.
FinChain endpoints
| Method | Endpoint | Description |
|---|---|---|
| stock | ||
| GET |
Live stock lookup /api/v1/stock/lookup/{name} |
Look up a stock ticker using some keywords. |
| POST |
List stocks /api/v1/stock/basic/list |
List the keys related |
| GET |
Alternatives /api/v1/stock/alternatives/{ticker} |
List out potential alternative companies to the ticker's company. |
| POST |
Fundamental data /api/v1/stock/basic |
Retrieve fundamental data for a stock. |
| GET |
Retrieve financial reports /api/v1/stock/financials/reports/{ticker} |
Retrieve financial reports for a company using its ticker. |
| health | ||
| GET |
Ping /ping |
Ping the api to check for status |
| company | ||
| GET |
General search /api/v1/company/entity/general/search/{keywords} |
Find entity ids related to a specific topic. |
| GET |
Profile Companies /api/v1/company/entity/lookup/{entity_id} |
Get a profile of a company using an entity identity. |
| GET |
Search for an entity /api/v1/company/entity/search/{keywords} |
Search for an entity using company name |
FinChain pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $19.99 / month | 2000 / hour |
|
| ULTRA | $99.99 / month | 10 / second |
|
| MEGA | Free | 50 / second |
|