devfinwiz / Fin-Maestro-Kin

Seamless Finance: Docker-Deployed APIs for Smart Investments. [WORK IN PROGRESS]
https://fin-maestro-kin.apidog.io/
MIT License
68 stars 10 forks source link

[FEATURE] basic financial data for individual symbols #27

Closed Shreyaan closed 6 months ago

Shreyaan commented 6 months ago

Is your feature request related to a problem? Please describe. it would be great to have an endpoint which returns basic financial data like pe ratio for a particular symbol/ equity

there is an endpoint for index rations but there is none for individual equities

https://fin-maestro-kin.apidog.io/api-6701895

Describe the solution you'd like an endpoint which returns basic financial data of a stock for example

{ "Symbol Name": "TCS", "pe": "23.34", "pb": "3.83", "divYield": "1.27", "DATE": "12 Jan 2024" },

devfinwiz commented 6 months ago

An endpoint for financial ratios of individual tickers is definitely one of the many things on our to-do list. We'll try to include it as soon as possible in Fin Maestro Kin.

devfinwiz commented 6 months ago

Assigned this ticket to @SuyashDM as he is working on it.