Databank format


title: "Databank format" type: doc version: 1 created: 2026-02-28 author: "Wikipedia contributors" status: active scope: public tags: ["computer-file-formats"] topic_path: "general/computer-file-formats" source: "https://en.wikipedia.org/wiki/Databank_format" license: "CC BY-SA 4.0" wikipedia_page_id: 0 wikipedia_revision_id: 0

A file format is a procedure to encode information for storage in a computer file. The **databank **format is an ASCII file format for time series econometric analysis. The format was popularized by MicroTSP.

The **databank **format is used for data of a fixed annual sample frequency (annual, quarterly, monthly) and for undated data. It is supported by TSP, EViews, and many other econometric applications. Traditionally the name of the file ends with extension .db.

By inspection, the databank file is seen to be an ASCII text file containing a single data series. A databank file is formatted in a linewise structure. Initial comment lines begin with a quote. For dated series, the next three lines specify the frequency, start date, and end date. (For undated series, the next two lines specify the start index and end index.) The remaining lines are data: one observation per line, or NA if missing.

Closely related is the open databank format: a modest extension and more detailed specification of the traditional databank format. A conforming reader and writer is provided by EconPy.

References

Bergen, Daniel and Jeff Miran, NEBR Macro history Database, NEBR, 2001. http://www.nber.org/databases/macrohistory/contents/index.html

Hall, Robert E., and Li lien, David, micro Tsp Version 6.5 User's Manual, Quantitative Micro Software, 1989.

Isaac, Alan G., "Open-Databank Format", http://www.american.edu/econ/pytrix/opendatabank.htm

::callout[type=info title="Wikipedia Source"] This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page. ::

computer-file-formats