Questions tagged [database]

A structured collection of data, with meta-data describing is content and meaning. Also for database management systems (DBMS) which are software products for managing and manipulating that data.

66 questions
1
vote
0 answers

Analyst Calls Conference Transcript Database/API

Do you know any conference call transcript database/api ? I already found one from Morningstar. Thank you.
Maxime
  • 319
  • 2
  • 8
1
vote
1 answer

How to cite quandl data

I downloaded some stock quotes from Quandl databases 'Wiki EOD Stock Prices' and ' YFinance'. Now I want to report the result of calculations on this data in the publication. What is the correct way to cite this source?
1
vote
2 answers

Free database for storing intraday tick data and querying bar (candle) data on budget hardware

I'm using a cloud machine with 512 RAM to store tick data in mysql, but I'm having trouble querying candle data. My current solution is to select all data within a time interval and do the tick -> candle conversion in the browser, but that…
nurettin
  • 111
  • 4