nus-cs2113-AY2324S1 / forum

0 stars 0 forks source link

Use of GSON and FMP #49

Open wwweert123 opened 10 months ago

wwweert123 commented 10 months ago

Library

  1. GSON https://github.com/google/gson
  2. Financial Modeling https://site.financialmodelingprep.com/

Purpose

  1. Serialize Java objects to JSON for easy saving
  2. Request Stock prices

License

  1. Apache 2.0 License
  2. https://site.financialmodelingprep.com/developer/docs/terms-of-service
okkhoy commented 10 months ago

GSON Approved 👍 Financial modeling says no derivative works allowed. So you need to check with them if it is allowed to use the API in the project. Only on written consent from them you can use. (you need to share the consent email with me)

wwweert123 commented 10 months ago

Thanks prof. I have emailed them. However it is written on the website here Screenshot 2023-11-01 163027 https://site.financialmodelingprep.com/developer/docs I think as long as I referenced it in the CLI application, it should be fine?

okkhoy commented 10 months ago

Hmmm.. confusing. This is what is there in the terms of service: image So it is best to get their consent first.