rando-brando / FinancialModelingPrep.jl

Financial Modeling Prep API wrapper with Julia
MIT License
3 stars 0 forks source link

`price_quote` seems to query `Company-Quote` endpoint but docs don't mention this? #13

Closed nilshg closed 1 year ago

nilshg commented 1 year ago

As the title says - afaict the price_quote function calls into

https://site.financialmodelingprep.com/developer/docs/#Company-Quote

but the docs only mention

See Stock-Quote for more details. See Index-Quote for more details. See Euronext-Quote for more details. See TSX-Quote for more details. See Crypto-Quote for more details. See Forex-Quote for more details. See Commodity-Quote for more details

not Company-Quote? I might be misunderstanding something here...

rando-brando commented 1 year ago

I can change the first line to See Company-Quote for more details. That should make it more clear.