Closed syvHp closed 4 years ago
stock/profile return in JSON format so I'm not sure what csv you are talking about. Can you elaborate on the issue ?
Hi,
I found FinnHub from an article on ProgrammableWeb. This is the endpoint I was hitting https://finnhub.io/api/v1/stock/profile?symbol=AAPL&token=my_token. I see it does default to json through the format property (although csv is permitted). Json works better for me so thanks!
On Sun, Mar 29, 2020 at 12:29 PM finnhubio notifications@github.com wrote:
stock/profile return in JSON format so I'm not sure what csv you are talking about. Can you elaborate on the issue ?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/finnhubio/Finnhub-API/issues/74#issuecomment-605671001, or unsubscribe https://github.com/notifications/unsubscribe-auth/AE2R6JYEUHFRYNIM23YDMGTRJ6AP7ANCNFSM4LV6MZ3Q .
The marketCapitalization property is not terminated with a " sign. This causes problems when splitting the string.